Skip to content
This repository was archived by the owner on Nov 1, 2018. It is now read-only.

Unable to load DLL 'sqlite3' when using packages.config #134

Closed
bricelam opened this issue Sep 4, 2015 · 0 comments
Closed

Unable to load DLL 'sqlite3' when using packages.config #134

bricelam opened this issue Sep 4, 2015 · 0 comments
Assignees
Milestone

Comments

@bricelam
Copy link
Contributor

bricelam commented Sep 4, 2015

Because NuGet only copies runtime artifacts when using project.json, if you try to use the package on a project using packages.config, you'll get the following error.

Unable to load DLL 'sqlite3': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

We might be able to make this work using MSBuild scripts...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants