Application crashes when started using CLR Profiler

510 views Asked by At

I am trying to use CLR Profiler for my WPF application, but the 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?

1

There are 1 answers

0
default.kramer On

Try CLR Profiler 4. You can get it here

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