参考链接 https://www.mzwu.com/article.asp?id=3180
DllNotFoundException: 无法加载 DLL“SQLite.Interop.dll”: 找不到指定的模块。 (异常来自 HRESULT:0x8007007E)。
System.Data.SQLite Download Page:http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki
方案一
下载对应的带bundle的库sqlite-netFxxx-binary-bundle-WinXX.zip
用带bundle的库中的
System.Data.SQLite.dll
System.Data.SQLite.EF6.dll
System.Data.SQLite.Linq.dll
三个库文件将原来的库文件替换
方案二
下载对应的不带bundle的库sqlite-netFxxx-binary-WinXX.zip
将其中存在的SQLite.Interop.dll
置入*.exe目录下
不再报错