【发布时间】:2010-11-12 17:11:52
【问题描述】:
我已经部署了我的 Windows 服务(使用独立的安装程序类和 SC.EXE),但是当我尝试启动它时出现错误:
---------------------------
Services
---------------------------
Could not start the MyName service on Local Computer.
Error 1053: The service did not respond to the start or control request in a timely fashion.
什么是超时?感觉大概3秒左右。如果我的服务需要更长的时间,我需要做什么?
【问题讨论】:
标签: c# .net windows-services timeout