CoreyKaylor / Lightning.NET

.NET library for LMDB key-value store
Other
399 stars 82 forks source link

Library for windows server 2012? #81

Closed qed- closed 7 years ago

qed- commented 7 years ago

I get a BadImageFormatException trying to use the included (windows 7) libraries on Windows Server 2012.

CoreyKaylor commented 7 years ago

Typically that will be due to running the wrong native lib x64 or x86. Are you sure you're using the right one for the architecture your application is running under?

qed- commented 7 years ago

64 bit works fine on Windows 10. On server 2012 It works with the 32 bit DLL, despite it being a 64 bit process (not any CPU) on a 64 bit OS. , Not entirely sure what's going on but most likely a problem with my environment, thanks.