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
440 stars 197 forks source link

ARM Support #185

Open kiavel opened 1 year ago

kiavel commented 1 year ago

Hello,

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.'

Is there any possibility to fix this ?

Thank you