visual-studio-2010 - 错误 VSP1804 : Unable to open file. 文件格式似乎无效

标签 visual-studio-2010 visual-studio visual-studio-2008 visual-studio-2012

当检测分析器在分析后尝试创建报告时,我在 Visual Studio 2012 中收到此错误:
Error VSP1804: Unable to open file. The file format appears to be invalid
如果分析器在小型数据集上运行,则分析器会创建报告,但如果分析器在较大数据集上运行的时间稍长,则似乎会显示此错误。有谁知道这个错误是什么意思或见过这个错误?

最佳答案

要解决此问题,请确保所有项目都以 32 位 (x86) 运行。
在您的项目属性中:属性 --> 构建 --> 平台目标 --> x86。

http://social.msdn.microsoft.com/Forums/en-US/vstsprofiler/thread/abf4ae19-114f-492a-9191-28df94a6be1f

关于visual-studio-2010 - 错误 VSP1804 : Unable to open file. 文件格式似乎无效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15524661/

相关文章:

mysql - 通过类对象 Visual Basic 2010 连接到数据库

c++ - 代码覆盖率结果 : Export to Excel

c++ - 从外部应用程序访问右键单击上下文菜单

.net - 是否有针对 .NET 1.1 与 VS 2008 的插件?

c++ - const变量的static_assert

visual-studio-2010 - _InterlockedIncrement 内部实现

visual-studio - 将所有图像添加到 Package.AppXManifest 会导致编译器警告

c++ - 为什么 msvc 编译器在显式调用析构函数时会发出未使用的变量

.net - 将 Web 应用程序项目拆分为多个项目

c# - Visual Studio 2010 中的 json 支持