sqlite3 not found but it was already added as reference
Posted
by
Joef Clarin
on Stack Overflow
See other posts from Stack Overflow
or by Joef Clarin
Published on 2012-11-11T10:29:10Z
Indexed on
2012/11/11
11:00 UTC
Read the original article
Hit count: 266
System.DllNotFoundException was unhandled Message=Unable to load DLL 'sqlite3': The specified module could not be found.
I already reference the DLL. I check it on Debug folder and it was there. I also search how to "include" it in the project but they don't specifically explain how to do it.
I'm following this example: http://www.codeproject.com/Articles/22165/Using-SQLite-in-your-C-Application
© Stack Overflow or respective owner