VS 2022 - 诊断工具意外失败
VS 2022 - Diagnostic Tools failed unexpectedly
我的 Microsoft 当前版本 Visual Studio 版本 17.0.0 有问题。
每次我开始调试我的项目时,诊断工具都会给我以下错误:
The diagnostic tools failed unexpectedly. The Diagnostics Hub output in the Output window may contain additional information.
来自输出 window 的附加信息:
Request to DataWarehouse host was unsuccessful: 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)'
None 我的项目正在使用 SQLite。所以这似乎是 VS 的内部问题。
它在 VS 16.x.x 中对我来说效果很好。
以防其他人以后发现这个:
我现在使用的是 VS 17.2.0 预览版 2.1,该错误似乎已修复。
我不能告诉你,从哪个版本开始(或将要)在 non-Preview 版本中修复。
我的 Microsoft 当前版本 Visual Studio 版本 17.0.0 有问题。
每次我开始调试我的项目时,诊断工具都会给我以下错误:
The diagnostic tools failed unexpectedly. The Diagnostics Hub output in the Output window may contain additional information.
来自输出 window 的附加信息:
Request to DataWarehouse host was unsuccessful: 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)'
None 我的项目正在使用 SQLite。所以这似乎是 VS 的内部问题。
它在 VS 16.x.x 中对我来说效果很好。
以防其他人以后发现这个:
我现在使用的是 VS 17.2.0 预览版 2.1,该错误似乎已修复。 我不能告诉你,从哪个版本开始(或将要)在 non-Preview 版本中修复。