[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
Re: Re: xPLHal hung on startup
Hi,
Fwiw, some services on my machine take more than 60 secs to start
without logging an error.
Launching a service goes through 2 steps: the application is started
and then the service control manager calls the "OnStart" method.
Probably what happens here is an untrapped error reaching the service
control manager in the OnStart method. The fact that the application
still runs ok means that most of the initialization was done
correctly. It probably indicates that the error occurs somewhere "near
the end" of the OnStart.
hth,
Tom
xPL Main Index |
xPL Thread Index |
xPL Home |
Archives Home
|