G
Guest
I have created a windows service in VS2005 .NET, which works well. The
service is set to "Automatic", however it does not autostart on bootup. The
eventlog shows the error "The service did not respond to the start or control
request in a timely fashion"
My service uses TCP/IP sockets, so I have specified "Tcpip" as a dependency
service (For some reason, the DependOnService shows up in the registry entry
for my service, but not in the services management MMC). My service also
tries to connect to a SQL server on a remote database at startup (I am using
ADO.NET).
Should I be adding any other DependOnServices?
I read a post about this error happening if the Application event log is
full, however, on my machine it is set to "overwrite events as needed", so I
dont think thats the issue.
Harv Hundal
service is set to "Automatic", however it does not autostart on bootup. The
eventlog shows the error "The service did not respond to the start or control
request in a timely fashion"
My service uses TCP/IP sockets, so I have specified "Tcpip" as a dependency
service (For some reason, the DependOnService shows up in the registry entry
for my service, but not in the services management MMC). My service also
tries to connect to a SQL server on a remote database at startup (I am using
ADO.NET).
Should I be adding any other DependOnServices?
I read a post about this error happening if the Application event log is
full, however, on my machine it is set to "overwrite events as needed", so I
dont think thats the issue.
Harv Hundal