我有一個基本的C#控制檯應用程序,我想作爲Windows服務運行。將C#控制檯應用程序作爲Windows服務運行
我使用sc create
創建了Windows服務。這工作得很好,我可以看到我的服務在services.msc
。當我試着開始這項服務,我得到以下錯誤:
Could not start the PROJECT service on Local Computer. Error 1053: The service did not respond to the start or control request in a timely fashion.`
我看,這可能是由於服用時間超過30000 毫秒執行服務代碼。因此,我刪除了大部分的代碼,幾乎沒有任何東西正在執行..但同樣的錯誤仍然存在。
我在這個項目中使用.NET 3.5。
這會導致什麼?
你的過程是否真正開始?我懷疑這是開始失敗, – zdan 2011-06-03 01:16:02
http://stackoverflow.com/questions/593454/easiest-language-for-creating-a-windows-service/593803#593803 – 2011-06-03 07:38:21