Creating a report after an application is crashed

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.
 
G

Gregory A. Beamer

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! |
*******************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top