Correct SQLite library
The application must use the sqlite3.dll supplied with dotConnect for SQLite rather than the standard SQLite library.
To configure this:
1. In the current directory of your application, create two subfolders:
x86
x64
2. Copy the appropriate sqlite3.dll into these folders:
x86: C:\Program Files (x86)\Devart\dotConnect\SQLite\sqlite3.dll
x64: C:\Program Files (x86)\Devart\dotConnect\SQLite\x64\sqlite3.dll
This ensures that the correct library is used depending on the bitness of the application.