Error 1053 the service did not respond to the start or control request in a timely fashion
问题 I have created and installed a service a couple of times. Initially it was working fine, but after some changes in the service Code it start giving the error when I restart the service in Services.msc : Error 1053: the service did not respond to the start or control request in a timely fashion Code: public partial class AutoSMS : ServiceBase { public AutoSMS() { InitializeComponent(); eventLog1.Clear(); if (!System.Diagnostics.EventLog.SourceExists("MySource")) { System.Diagnostics.EventLog