Profiling 64-bit processes is not supported by this version of the profiling tools
-
2012年1月30日 11:04
Hello All,
I downloaded Visual Studio 2010 Performance Tools with Service Pack 1.
Then I installed profiling tools on the separate x64 machine. Then I tryed to profile windows service.
I did all exactly as described in this article http://msdn.microsoft.com/en-us/library/ee707138.aspx
But after I try to attach with profiler the following error is appeared:
Error VSP1336: Could not attach to process ID:8352 MyProcess.exe. Profiling 64-bit processes is not supported by this version of the profiling tools. Please use the profiling tools from the x64 directory.
How can I resolve this trouble?
- 已编辑 Ignatov Oleg 2012年1月30日 11:12
- 已编辑 Ignatov Oleg 2012年1月30日 14:36
全部回复
-
2012年1月31日 5:28版主
After you installed the x64 version profiler tool(ENU\vs_profiler_x64.exe) which downloaded form that web page, you can use the x64 version tool in this folder:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Performance Tools\x64
The error is warning you because of you're using the x86 version tool profile the x64 process.
Mike Zhang[MSFT]
MSDN Community Support | Feedback to us
- 已标记为答案 Mike Dos ZhangMicrosoft Contingent Staff, Moderator 2012年2月6日 9:21

