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.
I'm developing an application with your library in ARM.
I must use win-x86 attribute (and so use virtualizations) otherwise the application crash (SQLlite.Interop is not found) at
System.TypeInitializationException : 'The type initializer for 'GMap.NET.WindowsPresentation.GMapControl' threw an exception.'
Hello,
I'm developing an application with your library in ARM. I must usewin-x86 attribute (and so use virtualizations) otherwise the application crash (SQLlite.Interop is not found) at
System.TypeInitializationException : 'The type initializer for 'GMap.NET.WindowsPresentation.GMapControl' threw an exception.'
Is there any possibility to fix this ?
Thank you