Click here to Skip to main content
15,888,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
i creat new service using console application. services is created in services.msc. if i start that service following error is coming.

error 1053 the service did not respond to the start or control request in a timely fashion

if any one know about that reply me.

Regards
Nanda Kishore.CH
Posted

1 solution

Either your service exe is dying or it got hung. Actually service has to respond to Service Controller in specific interval of time. If it doesn't update it's status, the Service Controller considers that it's not started and sets it's status back to 'Stopped'.

For reference, you can have a look at following articles.

Simple Windows Service Sample[^]

A Windows Service Application[^]

If you still not able to find out the problem, better to post the code snippet.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900