M
Mark M
Hi All,
I have a transient problem that causes my .Net based NT Service to exit
unexpectedly. I have all code wrapped with exception handlers that write
to log file, Application event log or both. I hook
currentDomain.UnhandledException in the service's Main() entry point. The
handler logs error data to event log.
My service (.net 1.1 based) crashes and bypasses ALL exception handlers.
The only thing I have is an error message in the application log that
indicates the .Net Runtime encounted an unhandled exception. What sort of
problem would cause the .Net runtime to bypass all exception handlers in the
application?
Thanks!
- Mark
I have a transient problem that causes my .Net based NT Service to exit
unexpectedly. I have all code wrapped with exception handlers that write
to log file, Application event log or both. I hook
currentDomain.UnhandledException in the service's Main() entry point. The
handler logs error data to event log.
My service (.net 1.1 based) crashes and bypasses ALL exception handlers.
The only thing I have is an error message in the application log that
indicates the .Net Runtime encounted an unhandled exception. What sort of
problem would cause the .Net runtime to bypass all exception handlers in the
application?
Thanks!
- Mark