J
jehugaleahsa
Hello:
I am working on a service. For the past month we have been simply
restarting the service daily (which defeats the point).
I have been putting some extra time into it today and have come to the
conclusion that a pop-up window is trying to open whenever an error
occurs.
However, the line of code that it dies on is inside of a try/catch. I
have super checked (dozens of times) that there is no way for an
exception to escape the bounds of my service.
Here is a summary of what appears in the EventViewer:
---
Application popup: ExpirationNotificationService.exe - Application
Error : The instruction at "0x77d016ab" referenced memory at
"0x77d016ab". The memory could not be "read".
Click on OK to terminate the program
---
I believe the reason why the code fails is totally in response to the
pop-up trying to open when the service is in the background. I have
found lots of articles about disabling the JIT debugger and they have
not solved my problem. Is there some setting on Server 2003 that
forces a pop-up during any type of error, even handled errors?
Thanks,
Travis
I am working on a service. For the past month we have been simply
restarting the service daily (which defeats the point).
I have been putting some extra time into it today and have come to the
conclusion that a pop-up window is trying to open whenever an error
occurs.
However, the line of code that it dies on is inside of a try/catch. I
have super checked (dozens of times) that there is no way for an
exception to escape the bounds of my service.
Here is a summary of what appears in the EventViewer:
---
Application popup: ExpirationNotificationService.exe - Application
Error : The instruction at "0x77d016ab" referenced memory at
"0x77d016ab". The memory could not be "read".
Click on OK to terminate the program
---
I believe the reason why the code fails is totally in response to the
pop-up trying to open when the service is in the background. I have
found lots of articles about disabling the JIT debugger and they have
not solved my problem. Is there some setting on Server 2003 that
forces a pop-up during any type of error, even handled errors?
Thanks,
Travis