Search code examples
clrprofiler

is there CLR profiler for .NET 4.0 around?


The CLR profiler I downloaded from here link text does not work for my app which is implemented using .NET 4.0. Is there a version for .NET 4.0? Thanks.


Solution

  • UPDATE: The CLR Profiler for .NET Framework 4 is now available here.

    I couldn't find the CLR Profiler for .NET 4.0, but you should be able to use the older version if you set the environment variable: COMPLUS_ProfAPI_ProfilerCompatibilitySetting. For more information see this blog post.

    Also note that as of .NET 4.0 the CLR outputs some more information to the Event Log to help you diagnose issues loading profilers. You can easily view these logs with the Event Viewer.