I am developing a .Net 2.0 application in which a StackOverflowException occurs. Is there a way to print/log the stack trace before/during the application aborts? This is a
Use ADPlus (from Windows Debugging Tools) to force a dump on crash.
E.g.
adplus -hang -pn <process name> -o <dump file>