How to solve this problem?

alt text

For the first time I work with a database from SQLite3 and immediately this is the problem. What's wrong? Why doesn't it start? Please help me figure it out.

  • Well? No one will stop by? - navi1893
  • one
    there all is written in Russian letters - Gorets
  • I understood, but why? I ask this - navi1893

1 answer 1

The System.Data.SQLite.dll library is completely dependent on the sqlite3.dll native library. Therefore, the bit system and the installed library must match. Also pay attention to the 'Platform target' when compiling. It must be either AnyCPU or match the required bit depth.