I have a little older point when trying to get SQLite to work on a new WPF project. I recently wrote a bunch of Windows Store and Phone projects and always used the same neat SQLite-net implementation , but now I can't do it with my WPF application.
I added SQLite-net via nuget, but I cannot find the version of SQLite3.dll that I can add to the project. When I download it from SQLite.org, I get the following error.

What am I doing wrong? All the tutorials that I find tell me to use System.Data.Sqlite instead, but I don't want to rewrite all my DAL code again
c # sqlite wpf
roryok
source share