GribApiDotNet / GribApi.NET

A powerful .NET library for reading and writing GRIB 1 and 2 files
Apache License 2.0
54 stars 28 forks source link

Grib.Api.Native is build against debug libraries #62

Closed jnyrup closed 7 years ago

jnyrup commented 7 years ago

When running 1.0.0-beta it fails with an TypeInitializationException. procmon says that Grib.Api.Native.dll it looking for MSVCP140D.dll which as far as I can tell is debug versions of MSVC 2015 redistributables.

0x1mason commented 7 years ago

Ok, thanks

jnyrup commented 7 years ago

Closing here, as the problem is more clearly described in #64 .