Select the product you need help with
FIX: You receive an "Error 1053: The service did not respond to the start or control request in a timely fashion" error message when you stop or pause a managed Windows serviceArticle ID: 839174 - View products that this article applies to. On This PageSYMPTOMSWhen you stop or pause a managed Microsoft Windows service, and the process of stopping or pausing the service takes more time than the default configured time, you receive the following error message: Could not stop the Windows service name service on Local Computer. Error 1053: The service did not respond to the start or control request in a timely fashion. CAUSEThe ServiceBase class calls the OnStop method directly from the Service command handler that is defined in the ScDispatcherLoop of the Advapi32.dll file. After 30 seconds, if the ScDispatcherLoop thread is not ready to receive a new service command from the service control manager, Windows Service Controller marks the service as "time out." Therefore, you receive this error message. RESOLUTION
To resolve this problem, obtain the latest service pack for the Microsoft .NET Framework 1.1. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
885055
(http://support.microsoft.com/kb/885055/
)
How to obtain Microsoft .NET Framework 1.1 Service Pack 1
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. This problem was first corrected in Microsoft .NET Framework 1.1 Service Pack 1. MORE INFORMATIONSteps to reproduce the behavior
For additional information, click the following article number to view the article in the Microsoft Knowledge Base: 824684
(http://support.microsoft.com/kb/824684/
)
Description of the standard terminology that is used to describe Microsoft software updatesREFERENCESFor more information about how to create a Windows service, visit the following Microsoft Developer Network (MSDN) Web site: http://msdn2.microsoft.com/en-us/library/aa983583(VS.71).aspx
(http://msdn2.microsoft.com/en-us/library/aa983583(VS.71).aspx)
PropertiesArticle ID: 839174 - Last Review: October 9, 2011 - Revision: 4.0
| Article Translations
|


Back to the top








