2012-08-08 74 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