clr-profiler

Do I need to write my own unmanaged IL library to rewrite IL with the CLR Profiling API?

I've been looking at some of the articles for the CLR Profiling API, and many of those articles talk about calling SetILFunctionBody() to do the actual IL rewriting; however, none of those articles actually explain exactly what you could use to rewrite the actual method IL bytes. Is there an unmanaged library out there that allows me to ...

How do I use CLR Profiler to debug an ASP.Net app running on IIS 7.5?

I am having memory leak issues with my ASP.Net application. I've tried WinDbg, which IMO displays mostly useless information, and I'm currently trying to get the CLR profiler to work. My problem is everytime I try to "Profile ASP.NET" It just flashes two consoles up so fast I can't read them, then the title bar of the CLR Profiler says ...

CLR Profiler 2.0 does not work on .NET 4.0 Client Profile WPF application

Hi I have a WPF application that is targeting the .NET Framework 4.0 Client Profile. When I run it from the CLR Profiler 2.0 (which runs with administrative rights), the application starts and runs normally, but the CLR Profiler does not show any information on it. When I hit 'Show Heap Now', it freezes for some time, and then displays...