We occasionally get a dr watson crash dialog on process exit. The process is .NET 2.0. The dialog is not very helpful. It says that the process stopped working and in the details I can see that it was about System.NullReferenceException, great but where is the traceback?
Normally when there is an error in .net process a traceback is printed to the standard error. But not in this case, probably because of the process exiting. Could anyone give me pointers on how to get more information about the cause of the crash when this dialog has appeared?