I have used SQLite for my .net framework 4.0 WPF application, It works perfectly fine with development environment. I just copied system.data.sqlite.dll to my application in
As some mentioned earlier you need to include to your app configuration:
You have to also add DLL files to references:
And set property 'Copy Local' value equal true for each of them. Please visit my blog for more info