- http://blogs.msdn.com/tess/archive/2005/11/30/498297.aspx
- http://blogs.msdn.com/cbrumme/archive/2003/10/01/51524.aspx
- http://geekswithblogs.net/dbose/archive/2008/11/08/windbg--crash-dump-.-associated-headches---part-1.aspx
Grabbing the dump file and getting at the data from the dump:
Very useful links for debugging, including dump file cheat sheet and analysis check list:
- http://windbg.dumpanalysis.org/ (Generally a good site: http://www.dumpanalysis.org/)
Every developer's starting point when looking for debugging tools:
Page of links for Microsoft debugging tools:
At time of writing this is labelled "Install 32-bit version 6.11.1.404 [16.9 MB]"
And finally, why you should use try...catch...finally, or even try...finally: