G
Guest
I have a .NET windows service written in C# that runs fine on my XP Pro dev
box with a P4 and hyperthreading. But when I run it on a Windows Server 2003
box, I get an "unexpected termination" with the following sc query:
C:\>sc query slabserver
SERVICE_NAME: slabserver
TYPE : 10 WIN32_OWN_PROCESS
STATE : 1 STOPPED
(NOT_STOPPABLE, NOT_PAUSABLE,
IGNORES_SHUTDOWN))
WIN32_EXIT_CODE : 1067 (0x42b)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
I have everything I can think of wrapped in in try..catch sections with
exception logging. No exceptions are logged. The service is just shut down.
Any ideas?
Thanks,
-Tyler
box with a P4 and hyperthreading. But when I run it on a Windows Server 2003
box, I get an "unexpected termination" with the following sc query:
C:\>sc query slabserver
SERVICE_NAME: slabserver
TYPE : 10 WIN32_OWN_PROCESS
STATE : 1 STOPPED
(NOT_STOPPABLE, NOT_PAUSABLE,
IGNORES_SHUTDOWN))
WIN32_EXIT_CODE : 1067 (0x42b)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
I have everything I can think of wrapped in in try..catch sections with
exception logging. No exceptions are logged. The service is just shut down.
Any ideas?
Thanks,
-Tyler