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 to store global data. When I start the app from profiler it somehow fails to initialize the Singleton class mentioned. Has anyone out here faced this kind of a issue?

link|improve this question
1  
Which version of CLR Profiler are you using? 4.0? – default.kramer Apr 25 '11 at 16:23
I am using CLR Profiler for the .NET Framework 2.0 – emni Apr 27 '11 at 5:46
feedback

1 Answer

Try CLR Profiler 4. You can get it here

I'm not sure how well v2 works with WPF apps, if at all.

link|improve this answer
Tried using that one as well, but giving me same error :( – emni Apr 27 '11 at 14:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.