如何更正 "IntelliTrace code failed. The system cannot find the file specified."?

How can I correct "IntelliTrace code failed. The system cannot find the file specified."?

自从安装 VS2015 后的一段时间(但不是紧接着),每当我在特定的大型解决方案中进行调试时,都会显示以下消息。点击确定后,调试似乎正常进行。

---------------------------
Microsoft Visual Studio
---------------------------
Cannot debug some of the code in process vstest.executionengine.exe [17608]. See below for status.

    IntelliTrace code failed. The system cannot find the file specified.
    Managed (v4.5, v4.0) code succeeded.

Click OK to continue debugging the remaining code. To disable debugging the failed type(s) of code in the future, change the corresponding setting in the project properties dialog.
---------------------------
OK   
---------------------------

从中我了解到 Intellitrace 代码失败,我可以在受影响的项目中禁用调试它。我的问题是我不太确定如何确定 Intellitrace 代码是什么,或者我必须使用什么选项来禁用调试它。一种识别受影响项目的方法也很好,但如果我必须,我可以 运行 通过所有项目的属性,前提是我知道要查找的选项。

我没有看到任何写入输出 window 的内容可以提供一些见解,是否还有其他我不知道的日志?

我花了几个小时在网上搜索,但没有找到任何见解。 None 我的同事都知道这个,以前也没有人见过。有人可以帮忙吗?

现在我已经完全禁用了 Intellitrace,这可以防止消息弹出,但如果我真的想开始使用 Intellitrace 功能,这不是解决方案。

我在 IntelliTrace 团队工作,希望能为您提供帮助。 IntelliTrace 是 Visual Studio Premium 的一项功能,可在您调试托管代码时与调试器一起自动执行。它将为您提供有关 运行 程序的其他信息,例如异常发生时间、对 SQL 或 ASP.NET 的调用以及许多其他有用事件的日志。

鉴于您看到的错误的性质,更新似乎没有正确安装,并且缺少二进制文件。您是否尝试过修复 VS?这可以通过 "Control Panel > Programs and Features > Microsoft Visual Studio 2015".

完成

如果这不能解决问题,请跟进,我们会尽力解决您的问题。

问题已通过全新 Windows 安装解决。事实证明,我之前安装的包缓存已严重损坏,因为它是 Windows 8.1,我选择进行全新的 Windows 10 安装。