2012-08-08 69 views
0

我有Windows 7 64位操作系统上运行的Visual Studio 2012 RC1使用.NET Framework版本4.5并试图性能配置Windows Communication Foundation(WCF)项目,但它给了我错误:Visual Studio性能分析WOW64错误

WOW64 processes is not supported by this version of the profiling tools.

是什么,使这项工作的方法是什么?我记得在VS 2010中分析得很好,有时会出现这种情况。

+0

这听起来像在Visual Studio 2012 RC1不支持分析。 – 2012-08-08 11:32:23

回答

0

你是否有过VS2005安装的任何机会,因为那会有道理;因为分析给出了完全相同的错误。

MSDN:

If you try to use the Visual Studio Team System 2005 profiling tools in sampling mode on a computer that has a 64-bit operating system, you will see the following error:

Profiling WOW64 processes is not supported by this version of the profiling tools.

如果不是VS2005的问题,那么它极有可能要设置在构建或测试过程中的一些“优化”是导致其不能够与64位互动更处理。

可能链接查看:http://msdn.microsoft.com/en-us/library/ms952405.aspx

关闭它的语义 - 是该探查是32位,并且处理64位。不知道这怎么可能。

课外阅读的论坛,其中用户在VS2010中也有类似的问题: http://social.msdn.microsoft.com/Forums/en-US/vstsprofiler/thread/cba7ee2f-661b-4026-b5c8-d4b27e7e7055/

+0

不,我没有VS2005。我为SQL Server 2012安装了VS2010.它没有用于C#项目的模板:所有数据库项目。我有最近发布的Team Foundation Server 2012 RC1。 – iefpw 2012-08-08 09:34:52