Visual Studio 2013无法创建诊断报告

时间:2015-06-11 05:17:28

标签: visual-studio visual-studio-2013 profiling

我在Visual Studio 2013 Update 4中有一个64位项目。当我使用Visual Studio内置的cpu profiler对其进行分析时,它会收集数据。但当我停止分析器时,它说:“Microsoft Visual Studio无法创建诊断报告。”

输出窗口显示:

Profiling of '[Project name]' started.
[Project name] has exited.
Profiling of '[Project name]' stopped.
Diagnostics session stopped with errors.

An error occurred opening '%temp%\BD371444-95DE-4EF8-9433-A9D00C516579'. The formatting of the file is not supported by this version of Visual Studio. Please try again with a different file or a different version of Visual Studio.

在列出的文件夹中,有可以使用Windows性能分析器打开的.etl文件,没有错误。

我尝试修复Visual Studio无效。

2 个答案:

答案 0 :(得分:4)

我遇到了同样的问题。它似乎发生在我在我的Visual Studio上进行“修复”之后,但它可能是无关的。

我没有找到问题的真正解决方案,但我找到了一个对我有用的解决方法:

  1. 启动过程未连接(Ctrl + F5)
  2. 进入菜单ANALYZE> Profiler>连接/断开
  3. 停止时,它有效
  4. 我不知道为什么,但它对我有用,因为我不经常使用它。

答案 1 :(得分:0)

对我有所帮助(在Windows 10上为VS 2015)以管理员身份运行VS