Creating a report after an application is crashed

  • Thread starter Thread starter Robe
  • Start date Start date
R

Robe

Hi there,

Can someone tell me whether the vs2008 has a way to collect information when
an application is crashed to analyze it when a user sends such information?

Thanks,

Robe.
 
Can someone tell me whether the vs2008 has a way to collect
information when an application is crashed to analyze it when a user
sends such information?

Not like VS 2010 and the .NET 4.0 Framework (esp with Team System).

You can build a tracing system or handle errors and place them in logs. For
random crashes, you generally end up reproing the steps and hope the user
gave you enough information.

If you want more information on setting up apps to monitor exceptions, perf
issues, et al, look up instrumentation. This is an area most people miss
when they set up apps, as they are focused on functionality and not
crashes.

Peace and Grace,

--
Gregory A. Beamer (MVP)

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 
Back
Top