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 1658
南方客
南方客 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:44

    If you are using visual studio try installing through the package manager http://www.nuget.org/packages/system.data.sqlite. This may help out with the dependency tree issues.

提交回复
热议问题