Could not load file or assembly 'System.Data.SQLite' or one of its dependencies. An attempt was made to load a program with an incorrect format

前端 未结 3 1675
南方客
南方客 2021-01-12 05:08

I am trying to use 64-bit Sqlite on my Aspx project. When I run the project, I got the following error:

Could not load file

3条回答
  •  [愿得一人]
    2021-01-12 05:26

    Nuget was the final solution for me, i was using x64 because i have windows 8.1 64 bit,However i should use x86. once install System.Data.SQLite enter image description here

提交回复
热议问题