简体   繁体   English

发布 Windows Forms .NET 应用程序后缺少 SQLite.Interop.dll

[英]SQLite.Interop.dll missing after publishing a Windows Forms .NET application

Project was able to run without any error.项目能够运行而没有任何错误。 After publishing and installing it, i get the following error.发布并安装后,我收到以下错误。

"Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)" “无法加载 DLL 'SQLite.Interop.dll':找不到指定的模块。(来自 HRESULT 的异常:0x8007007E)”

I checked the reference Tree and the property "Copy Local" for the Sqlite data provider is set to "True".我检查了参考树,并将 Sqlite 数据提供程序的属性“复制本地”设置为“真”。 What else should i check?我还应该检查什么?

You need to check:您需要检查:

  • File path文件路径
  • Installed/Uninstalled programs (conflict)已安装/已卸载的程序(冲突)
  • Dll version dll版本

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM