Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
5answers
308 views

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 ...
3
votes
1answer
555 views

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 ...
2
votes
1answer
333 views

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

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 ...
1
vote
1answer
117 views

Application crashes when started using CLR Profiler

I am trying to use CLR Profiler for my WPF application, but app crashes every time. Upon finding the Trace log for the application I got that in my app's MainNavigation.xmal.cs uses a Singleton class ...
0
votes
1answer
60 views

No CLR Version v4. is loaded into the target process. - CLR Profiler Error

I am trying to profile my application using CLR Profiler. I downloaded latest version of profiler from http://www.microsoft.com/download/en/details.aspx?id=16273. I tried to profile application by ...