G
Guest
I have a C# Windows service which frequently starts an external process,
let's say TOOL.EXE. TOOL.EXE is an unmanaged third-party 32 bits command line
application.
However, TOOL.EXE is a bit unstable, so sometimes it crashes with a General
Protection Fault. In this case Windows shows a GPF message box. Since I would
like to handle this error condition myself in the C# Windows service, I'd
like to suppress this message box.
Any ideas how to do this?
Thanks,
Guido
let's say TOOL.EXE. TOOL.EXE is an unmanaged third-party 32 bits command line
application.
However, TOOL.EXE is a bit unstable, so sometimes it crashes with a General
Protection Fault. In this case Windows shows a GPF message box. Since I would
like to handle this error condition myself in the C# Windows service, I'd
like to suppress this message box.
Any ideas how to do this?
Thanks,
Guido