我正在使用“分析”->“启动性能向导...”在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 - "It is not possible to profile 32-bit and 64-bit applications at the same time"错误,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/19629945/