Window service is not responding in timely fashion

Hi,

I registered the services, but when I am trying to start the service, It is not able to start the service.
I get following error “Windows could not start the Service1 service on Local Computer.
Error 1053: The service did not respond to the start or control request in a timely fashion.”

I opened the event log I found following error in detail.
A timeout was reached (30000 milliseconds) while waiting for the Service1 service to connect.

I have attached the application.

I created windowservices with TROIndyHTTPServer and messanger format as TROSOAPMessage.

I hope to get response soon.

Cheers,
Dharmesh Panchal

Hello,

If you are using trial version of RO you should open Properties dialog of your service, switch to the Log On tab and check there ‘Allow sevice to interact with desktop’.

However I was able to reproduce the same error whit full RO version when using sc or service control utility.
In that case to succeed install service as follows:

NewProject.exe /install

And then run it.

Best regards