Windows service installed successfully but not responding after started.

Posted by Ridhi on Stack Overflow See other posts from Stack Overflow or by Ridhi
Published on 2010-04-14T15:34:02Z Indexed on 2010/04/14 15:43 UTC
Read the original article Hit count: 121

Filed under:
|
|

I have a windows service written in C#, .Net framework 2.0. I installed it on three machines and it worked fine but on one machine (with .Net framework 2.0) the setup has installed the service successfully but the service is not responding after I start it. I check for this by checking whether a log file is created at a specific path insribed in the config file or not. This log file is created everytime the timer elapses the interval time. I'm unable to figure out the reason. Have checked all the parameters but unable to get any solution to this.

The funny thing is that the same setup is running well on other machines.

P.S.: I have admin access on all the servers I'm installing this service on.

© Stack Overflow or respective owner

Related posts about windows-services

Related posts about c#