SQLite Forum

SQLite3 v3.34 ANOMALY - Precompiled Binaries for Windows
Login
You probably have "Platform Target" set to "x64" or "Any CPU" in the C# project settings.

In order to use interop against a 32-bit DLL you must set it to "x86".