Catch Dr.Watson Window
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, is it possible to catch the handle of the Dr.Watson dump??? I will start mt.exe (Process.Start) from out a queue to embed a manifest on many .exe files. On some exe files mt.exe don't work and gives an Watson Window. I want to cancel the Watson window so my app don't still stand. I can't catch an Exception on Process.Start(); Thanks