I have a ASP.NET we application and want to use SQLite
I finally managed get System.Data.SQLite 1.0.98.1 via Nuget in VS 2010 Professional but when I run the application I get the following error
Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
I searched SO & internet and the solutions I read didn't work for me
How can I make SQLite work with ASP.NET?
Any ideas?