Unable to load DLL 'sqlite3': The specified module could not be found

后端 未结 4 644
夕颜
夕颜 2021-01-06 14:41

I\'m having a heck of a time getting my tests to run against my SQLite Data Provider.

I\'ve looked at the suggested links here on stackoverflow, but none of them see

4条回答
  •  [愿得一人]
    2021-01-06 15:19

    Can't put this in comments, so here's what I got: enter image description here

    Also, have a look at Similar problem.

    Last, but not least, did you try to add a reference to the SQLite.Inetrop.dll (in the references)? References -> add -> just browse to where your SQLite is, select view all, and add a reference to the Interop.dll as well)

提交回复
热议问题