judero01col / GMap.NET

GMap.NET Windows Forms & Presentation is an excellent open source, powerful, free and cross-platform .NET control. Allows the use of routing, geocoding, directions and maps from Google, Yahoo!, Bing, OpenStreetMap, ArcGIS, Pergo, SigPac, Yendux, Mapy.cz, Maps.lt, iKarte.lv, NearMap, HereMap, CloudMade, WikiMapia, MapQuest and many more.
Other
444 stars 197 forks source link

Gmap control #94

Open mancho55 opened 4 years ago

mancho55 commented 4 years ago

I have successfully downloaded and installed GMap.NET.Windows version 2.0.1 and it is in my project directory but when I try to create the Gmap control in my Form I get an Error: "There are no components in "C........Directory Name\packages\Gmap.NET.WindowsForms.2.0.1\lib\net40\Gmap.NET.WindowsForms.dll". I have uninstalled and installed the library about 3 times but still the same error. My project is a Windows Form project not WPF and I am using Visual Studio 2019 Community version 16.3.2. Please help.

ElektrosStulpas commented 3 years ago

Check if the GMap Control didn't appear at the top of the Toolbox, I was trying to setup .NETCore Windows Forms application in VS 2019 for a few hours and just noticed that it was at the top instantly after importing the nuget package. Sadly, I'm not sure if it was something I did through those hours or it just fixed itself or if I was just a dum dum and didn't notice it before

oryza-anggara commented 2 years ago

I Have the same issue, my setup is Win 10, VS 2019 Community.

The weird thing is, When the first time I created Win Form project, then add GMap Core and GMap WinForms nuget package, I could see GMap toolbox (no need to add it manually). But, when I create second project doing the same thing, I did not see any GMap toolbox, and when I tried to add it manually, it shows that error. Then the next day, when I open my Solution, I could not see GMap toolbox both on my first and second projects, so weird.

Anyone have solutions for this?