Windows service bug using .NET
IT & Infrastructure
1
Posts
1
Posters
0
Views
1
Watching
-
Hai folks, Read this before you design a Windows service *using .NET*. "If your application log is full your .NET windows service will not start in a timely fashion". No matter what you write in your service, it will keep throwing an error 1053: when you try to start the service. Workaround: Clear the application log (even though you are not writing to the Event Log) before you start the service. :-D omkamal