G
Guest
Hi I have written a windows service in C# / .NET
I have installed it and it's working fine on a couple boxes but on my XP box
I get this error when I try to start it:
Error 1053: The service did not respond to the start or control request in a
timely fashion.
I understand that the scm issue the start and is supposed to put up this
error after some timeout period but it's coming up after only about half a
second and it doesnt even appear to have loaded my assembly. Note that it
only takes a couple seconds to start on the boxes that it works on.
Googling has only turned up actually taking too long or eventlog full as
causes. It fails identically for me with an empty eventlog...
I suspect there's some service registration corruption or something behind
this. Has anyone run into this before and resolved it?
thanks
-john
I have installed it and it's working fine on a couple boxes but on my XP box
I get this error when I try to start it:
Error 1053: The service did not respond to the start or control request in a
timely fashion.
I understand that the scm issue the start and is supposed to put up this
error after some timeout period but it's coming up after only about half a
second and it doesnt even appear to have loaded my assembly. Note that it
only takes a couple seconds to start on the boxes that it works on.
Googling has only turned up actually taking too long or eventlog full as
causes. It fails identically for me with an empty eventlog...
I suspect there's some service registration corruption or something behind
this. Has anyone run into this before and resolved it?
thanks
-john