-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
geoding:Google doesn't work #154
Comments
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\vs\9c57b3b5\dc672bed\App_Web_nsn3gkpt.0.cs(172,46): warning CS0436: The type 'MasterPage' in 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\vs\9c57b3b5\dc672bed\App_Web_nsn3gkpt.0.cs' conflicts with the imported type 'MasterPage' in 'GeoCodingCsharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\vs\9c57b3b5\dc672bed\App_Web_nsn3gkpt.0.cs'. |
@squeezed69 I think you want to get rid of the older Geocoding assembly, and just use Geocoding.Core and Geocoding.Google. Just adding a dependency on Geocoding.Google should pull in the Core dependency. |
Hi i have followed the Generic C# Geocoding API Build Status and readme.md instruction.
I have installed on visualstudio Geocoding.Google nuget that install
Geocoding.Goggle but also Goecoding.core
my problem at if I run this code on my masterpage.cs it goes on error
protected async Task Page_LoadAsync(object sender, EventArgs e)
{
/* IGeocoder geocoder = new GoogleGeocoder() { ApiKey = "myapikey" };
CS0433: The type 'GoogleGeocoder' exists in both 'Geocoding.Google, Version=4.0.1.0, Culture=neutral, PublicKeyToken=null' and 'Geocoding, Version=3.6.0.0, Culture=neutral, PublicKeyToken=7c714700b88674c7'
i have tryed to install only the nuget compent Geoding.core but it's the same...
my VS version is VS 2019 and 4.7.2 is framework
does someone know how to resolve this error?
best regards
tkx for your help
The text was updated successfully, but these errors were encountered: