dimanche 9 août 2015

SQLite Interop DLL Error with ASP5

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)"}

From what I have found, I need to set the copy local property of the sqlite reference to true but there is no way to set it in the project. What should I do to get rid of this error ? Any ideas ?

Aucun commentaire:

Enregistrer un commentaire