Closed
Description
I am doing an MVC6 project with .NET Framework 4.6. The ORM is NHibernate and I am trying to setup SQLite as the test database. I have installed System.Data.SQLite from nuget however I am getting the error
{"Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"}
Tried also with DNX451 and I am getting the same error. Some sources say I need to set the copy local property of the sqlite reference to true but there is no way to set it in this new project layout.
Metadata
Metadata
Assignees
Labels
No labels