I'm trying to start a Windows service by right-clicking on it in Services and choosing Start.
Immediately (less than a second) a dialog comes up with error 1053. Odd because I thought services were given 30 seconds to start.
In the event log, I get two entries, first saying the 30,000 ms timeout was reached, and the second about the service no responding in a timely fashion.
I don't find any other relevant event log entries. Are there any ways to track down why the service doesn't start?
Thanks, Mike