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

Exception thrown: 'System.EntryPointNotFoundException' in GMap.NET.Core.dll #166

Closed g0d closed 2 years ago

g0d commented 2 years ago

No matter what version of Windows, .NET framework or VS, no mater the CPU architecture, it always crashes leaving the whole library useless.

zgabi commented 2 years ago

Why do you need an entry point? This is a class library, it has no entry point. We are using this library in our product with VS 2022 / .NET 6 on the latest Windows 10 and Windows server 2022 withoiut any problem. We are also using an older version of this libraray with VS 2019 / .NET 5 on Windows 10... also no problem.

g0d commented 2 years ago

I didn't do anything.... This error happens during compilation time in VS Capture

zgabi commented 2 years ago

The screenshot is not from compile time...

zgabi commented 2 years ago

The problem is on your side. It definitly works:

Small test app: image

When I execure it: image

g0d commented 2 years ago

I will investigate further...