I am trying out the performance profiler - which looks to be a really cool tool.

The thing is, I get a number of System.Threading.SynchronizationLockExceptions in my application (or so the app nicely shows me in timeline across the the top). Is there anyway I can get more information on where the exceptions occur, stack trace etc.?

I am profiling an ASP.NET application on the IIS on a Windows XP.
Eldblom
0

Comments

1 comment

  • Andrew H
    You can click on any event in the timeline, including exceptions, to find the nearest stack trace to where it occurs - you might find that switching the profiler to showing 'all methods' instead of just 'methods with source' will get you more detail.
    Andrew H
    0

Add comment

Please sign in to leave a comment.