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?
Application crashes when started using CLR Profiler
501 views Asked by emni At
1
Try CLR Profiler 4. You can get it here
I'm not sure how well v2 works with WPF apps, if at all.