【问题标题】:"It is not possible to profile 32-bit and 64-bit applications at the same time" error“无法同时分析 32 位和 64 位应用程序”错误
【发布时间】:2013-11-06 22:32:07
【问题描述】:

我正在使用“分析”->“启动性能向导...”在 Visual Studio 2012 中为 ASP.NET MVC 3 项目启动性能分析器,然后选择“仪器”并选择我的项目(因为我需要测量时间并确定最长的函数调用)。

但这给出了一个错误信息

It is not possible to profile 32-bit and 64-bit applications at the same time

并且分析过程终止。我尝试将平台目标更改为 x86、x64、任何 CPU,但这无济于事。什么会导致此类错误,我该如何解决?

【问题讨论】:

    标签: asp.net-mvc asp.net-mvc-3 visual-studio visual-studio-2012 profiling


    【解决方案1】:

    似乎我包含了多个项目,而不是我尝试分析的唯一一个(因此其中一个项目可能被编译为不同的架构)。仅选择我的单个项目分析后正常工作。

    【讨论】:

      猜你喜欢
      • 2014-04-18
      • 1970-01-01
      • 2012-09-01
      • 2014-04-27
      • 1970-01-01
      • 2010-10-18
      • 2021-03-06
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多