S
Shawn Meyer
A windows service that I developed is crashing unexpectedly. All the
logging/ tracing that I implemented cannot seem to catch the crash. I am
using multiple threads in many different areas.
In the event log I am getting a 7034 error. "Service terminated
unexpectedly."
Here is the question?
What is the best way to implement a global exception handler so I can catch
what is going on?
Shawn
logging/ tracing that I implemented cannot seem to catch the crash. I am
using multiple threads in many different areas.
In the event log I am getting a 7034 error. "Service terminated
unexpectedly."
Here is the question?
What is the best way to implement a global exception handler so I can catch
what is going on?
Shawn