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
458 stars 201 forks source link

Runs in Debug but not when pushed to Executable. #211

Closed JacSala closed 3 months ago

JacSala commented 3 months ago

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.