I have created one windows service using C#. All is working fine. I have tested it on my machine. I have used Timer that fired after every one minute. all are working fine on my machine but when I have installed it on another two machines to test its not working. its not firing event after 1 minute.
What could be issue ?