Hi, I'm trying to add legend to my .net app. When install ArcGIS Runtime toolkit through the Manage NuGet package everything seems to work. But when I start my app I get this error:
The type 'Esri.ArcGISRuntime.Controls.MapView' exists in both 'c:\Program Files (x86)\ArcGIS SDKs\DotNet10.2.4\WindowsDesktop\bin\Esri.ArcGISRuntime.dll' and 'c:\Users\Jana\Desktop\FH\RunTime\backup_runtime\local_database\local_database\packages\Esri.ArcGISRuntime.10.2.5.857\sdk\net45\Esri.ArcGISRuntime.dll'.
Can anyone tell me how to deal with it? Thanks!
Hi,
I have faced the similar issue.
I completly uninstalled the Esri.ArcGISRuntime package and the toolkit package from the NuGet Manager console.[Use the commands of console]
Then again install the toolkit package from the Nuget.
As with toolkit package, the Esri.ArcGISRuntime comes included.
Hope it helps solve your issue.