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
466
stars
205
forks
source link
Runs in Debug but not when pushed to Executable. #211
When running the program in debug mode my screen with Gmap.net methods and instances runs fine. However when it is pushed as an executable the screen will not even load.
I have read that it may be a problem with SQLite.Interop.dll so I have created the 64x and 86x in my project and added the dll's (copy if newer). still the screen will not open/run in the executable. Maybe I have a incompatible version of the dll? Not sure how to check this though.
I am Using Gmap.net in .NET Framework 4.7.2
When running the program in debug mode my screen with Gmap.net methods and instances runs fine. However when it is pushed as an executable the screen will not even load.
I have read that it may be a problem with SQLite.Interop.dll so I have created the 64x and 86x in my project and added the dll's (copy if newer). still the screen will not open/run in the executable. Maybe I have a incompatible version of the dll? Not sure how to check this though.