I have my own wcf web service with UnhandledExceptionEventHandler logging any unhandled exceptions. This happens often enough, as I deal with a third-party technology provider that is a little flawed to be polite ...
My question is: is it possible to stop the JIT debugger called after handling the unhandled exception? I do everything in my power, with an unhandled exception; I know that the service is bombing, but the fact that it was bombed is recorded in our db events. Is there a compiler that I can install?
source share