| Author |
Message |
frieddan
Joined: 10 Aug 2012 Posts: 1
|
Posted: Fri Aug 10, 2012 8:34 pm Post subject: Tracking down exceptions |
|
|
When I run Performance Profiler V7.3 on my .Net application, it gives me a bunch of System.InvalidCastException red lines on the timeline. When I click on one of these, it takes me to a line of code that cannot possibly be generating this exception. A try/catch doesn't pick anything up, even when wrapped around the entire containing method.
Any ideas on how to find out what exactly the profiler is talking about?
By the way, the line of code it goes to is
| Code: |
| m_transactionsTimeline = new List<GenericInstance>(); |
Thanks for any ideas.
-Dan |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group