I tried to use SQLite in a C# program ,but I am getting the following exception:
Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
I am using version 1.0.90.0 , compiling it in VS2012 on OS Win8.1 64bit.
It appears in Debug and Release config. In VS Debug it points me to SQLite3.cs to the Line
SQLiteErrorCode rc = UnsafeNativeMethods.sqlite3_config_none(
SQLiteConfigOpsEnum.SQLITE_CONFIG_NONE);
Is there any solution for it ?