CoreyKaylor / Lightning.NET

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

Unable to load DLL 'lmdb': The specified module could not be found #92

Closed Horusiath closed 7 years ago

Horusiath commented 7 years ago

LightningDB installed via NuGet installs several versions of lmdb.dll in ./packages/runtimes/os/native path, however they are not copied to build directory. If it's not a bug, it should be at least stated explicitly with the path, where this library could be found.

CoreyKaylor commented 7 years ago

When running under coreclr the runtime automatically loads libs at this path. Unfortunately, I don't have plans to go beyond that.

CoreyKaylor commented 7 years ago

Looks like there is a PR in that will hopefully fix this in non-coreclr scenarios as well. I'll try to get this in with a new release in the next week or so. https://github.com/CoreyKaylor/Lightning.NET/pull/93

CoreyKaylor commented 7 years ago

Closed via be15808 Again, I'll try and publish the nuget before the weekend is over.