CLR Profiler Gotcha
March 13, 2012 Leave a comment
I fired up the 64-bit version of CLR profiler on my 64-bit machine, attached to a demo Console application and got the following dialog box:
The problem is that the application was targeting 32-bit (x86) in Visual Studio. Since it is a pain in the butt to target 64-bit Console apps from Visual Studio 2010 (see the trail of tears here – note that this is a feature, not a bug in VS2010 ), I opened the 32-bit version of CLR profiler instead and did my analysis.
Note that you will also get the same dialog box if you run CLR Profiler as a standard user (I always wondered what sub-standard user was…). Make sure you run it as administrator.