0

I have created Application of windows Phone 8.1 using Visual Studio 2015. I have implement SQLite but got below error

"An exception of type 'System.DllNotFoundException' occurred in SQLiteWp8.1.exe but was not handled in user code. 
Additional information: Unable to load DLL 'sqlite3': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"

enter image description here

enter image description here

3
  • did you add the conditional compilation constant USE_WP8_NATIVE_SQLITE code.msdn.microsoft.com/Using-Sqlite-with-WP8-52c3c671?redir=0 Commented Aug 5, 2017 at 13:08
  • Did you add a reference to SQLite? Commented Aug 5, 2017 at 13:09
  • are you sure it is a correct library for windows phone 8.1? you can check nuget package manager to get the one which support windows phone 8.1 Commented Aug 8, 2017 at 12:27

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.