【发布时间】:2021-05-05 09:23:19
【问题描述】:
出现错误:System.DllNotFoundException:无法加载 DLL“System.Data.SQLite.DLL”:动态链接库 (DLL) 初始化例程失败。 (HRESULT 异常:0x8007045A)
exe 正在通过 YAML 管道中的脚本运行。 DLL与exe放在同一个文件夹中
【问题讨论】:
标签: powershell azure-devops yaml azure-powershell
出现错误:System.DllNotFoundException:无法加载 DLL“System.Data.SQLite.DLL”:动态链接库 (DLL) 初始化例程失败。 (HRESULT 异常:0x8007045A)
exe 正在通过 YAML 管道中的脚本运行。 DLL与exe放在同一个文件夹中
【问题讨论】:
标签: powershell azure-devops yaml azure-powershell
System.Data.SQLite 需要在目标计算机上成功安装 Microsoft Visual C++ 运行时库的适当版本(例如 2005、2008、2010、2012、2013、2015、2017),然后才能使用其中包含的可执行文件。
请参阅https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki 并安装适当的 VC 运行时设置。
【讨论】: