简体   繁体   English

无法加载 DLL 'Microsoft.WITDataStore32.dll':找不到指定的模块。(来自 HRESULT 的异常:0x8007007E)

[英]Unable to load DLL 'Microsoft.WITDataStore32.dll':The specified module could not be found.(Exception from HRESULT:0x8007007E)

I am getting error while debugging the Unit test cased in Visual Studio 2017 Professional edition.我在调试 Visual Studio 2017 专业版中的单元测试时遇到错误。

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

The below Nuget reference is missing in the existing code:现有代码中缺少以下 Nuget 参考:

package id="nuget-bot.Microsoft.TeamFoundation.WorkItemTracking.Client.DataStoreLoader" version="15.0.31101" targetFramework="net452" /> package id="nuget-bot.Microsoft.TeamFoundation.WorkItemTracking.Client.DataStoreLoader" version="15.0.31101" targetFramework="net452" />

As a workaround, I have followed the below step:作为一种解决方法,我按照以下步骤操作:

Commented the above nuget-bot reference from package.config file and managing the Nuget package from the VS solution.从 package.config 文件中评论了上述 nuget-bot 参考,并从 VS 解决方案管理 Nuget package。 I am using the Microsoft.TeamFoundationServer.ExtendedClient.15.112.1 in the solution.我在解决方案中使用Microsoft.TeamFoundationServer.ExtendedClient.15.112.1

But the issue is still occurring但问题仍然存在

The error is telling you to use version 15.0.31101 and you're using 15.112.1.该错误告诉您使用版本 15.0.31101 而您使用的是 15.112.1。 Try using the exact version.尝试使用确切的版本。

暂无
暂无

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

相关问题 无法加载DLL'LibFlac':找不到指定的模块。 (来自HRESULT的异常:0x8007007E) - Unable to load DLL 'LibFlac': The specified module could not be found. (Exception from HRESULT: 0x8007007E) DllNotFoundException:无法加载DLL'nativrd2.dll':找不到指定的模块。 (来自HRESULT的异常:0x8007007E) - DllNotFoundException: Unable to load DLL 'nativrd2.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) 调试无法加载DLL“ MyDll.dll”:找不到指定的模块。 (来自HRESULT的异常:0x8007007E) - Debugging Unable to load DLL 'MyDll.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) '' 无法加载 DLL 'mfplat.dll':找不到指定的模块。 (HRESULT 异常:0x8007007E)” - '' Unable to load DLL 'mfplat.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)" DLLnotfoundexception:无法加载DLL'Pine.dll':找不到指定的模块。 (来自HRESULT的异常:0x8007007E) - DLLnotfoundexception:Unable to load DLL 'Pine.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) 错误:无法加载 DLL '.dll':找不到指定的模块。 (HRESULT 异常:0x8007007E)- 这是什么错误? - Error: Unable to load DLL '.dll' : The specified module could not be found. (Exception from HRESULT: 0x8007007E) - What is this error? 无法加载 DLL 'SqlServerSpatial150.dll': 找不到指定的模块。 (HRESULT 异常:0x8007007E) - Unable to load DLL 'SqlServerSpatial150.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) System.DllNotFoundException:'无法加载 DLL'libwkhtmltox':找不到指定的模块。 (来自 HRESULT 的异常:0x8007007E)' - System.DllNotFoundException: 'Unable to load DLL 'libwkhtmltox': The specified module could not be found. (Exception from HRESULT: 0x8007007E)' 无法加载 DLL 'ABCpdf9-32.dll'。 找不到指定的模块(来自 HRESULT 的异常:0x8007007E) - Unable to load DLL ‘ABCpdf9-32.dll’. The specified module could not be found (Exception from HRESULT: 0x8007007E) 无法加载 DLL 'ABCpdf9-64.dll'。 找不到指定的模块(来自 HRESULT 的异常:0x8007007E) - Unable to load DLL ‘ABCpdf9-64.dll’. The specified module could not be found (Exception from HRESULT: 0x8007007E)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM