|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Post-Mortem DebuggingDoes anyone have advice about ways to obtain information about errors
that occur in Windows Forms applications at a user site? I am currently sending exception.ToString back to me. I am not distributing the .pdb files for size reasons so I do not get line numbers in the stack trace. I have researched mini-dumps but have not been able to find a good solution for using mini-dumps in a fully managed application. I would appreciate any advice or links to information. Kerry Jenkins One small piece of advise. Instead of sending exception.ToString(), it
would be helpful to you if you sent exception.StakTrace, that will give you more contextual info. You can look at these two solutions for Logging, they might be of help Exception Management Application Block http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/emab-rm.asp Log4Net, open source logging library http://logging.apache.org/log4net/ Sijin Joseph http://www.indiangeek.net http://weblogs.asp.net/sjoseph Kerry Jenkins wrote: Show quoteHide quote > Does anyone have advice about ways to obtain information about errors > that occur in Windows Forms applications at a user site? I am > currently sending exception.ToString back to me. I am not > distributing the .pdb files for size reasons so I do not get line > numbers in the stack trace. I have researched mini-dumps but have not > been able to find a good solution for using mini-dumps in a fully > managed application. > > I would appreciate any advice or links to information. > > Kerry Jenkins
Other interesting topics
Hidding a window and preventing Alt-Tabbing to it
Monitor Dial-up Connection find process by processname Deployed simple C#.NET single form application to Windows server 2003 and the form will not display, How to simply load a freeekin bitmap from a resource? Closing all instances of an application DateTime Bound to TextBox Hello, Japan? Creating VS Studio like control creating VS Studio like controls |
|||||||||||||||||||||||