CLR Profiler for Visual Studio 2008
Is there a version of the CLR Profiler that works with the Visual Studio 2008 Standard Edition beta?
According to at least 1 web page the CLR Profiler is included with Visual Studio 2008.
http://www.dotnetfordevices.com/forum.html?monthidx=7&yearidx=2007&PHPSESSID=d20c69fa1579f8defacb54c4c8718cee
I have searched my hard drive for "CLR*.exe" and it doesn't appear to have installed. And, the 2.0 version of the CLR Profiler doesn't appear to recognize the 3.5 runtime.
Thanks, Jeff
I think the author is referring to the CLR Profiler for the .NET compact framework 3.5 - http://www.microsoft.com/downloads/details.aspx?FamilyID=1343d537-a62f-4a6e-9727-7791bf4cc2bd&DisplayLang=en
I tried the CLR profiler for .NET 2.0 on a simple console application built using .NET 3.5 (application also uses linq) and i could run profile it. Since the CLR hasn't changed fundamentally in ver 3.0 or 3.5 - i don't think there should be any problem using CLR profiler for 2.0 on the later versions. i hope you are not using the CLR for 1.1 though - that would not work.
Thanks
Bijoy