I'm trying to install service which I created in visual studio 2008 on windows server 2003
the problem is that I'm keep getting the following error:
Error 1053: The service did not respond to the start or control request in a timely fashion
all the documentation I read about the issue suggested to install .NET Framework 1.1 Service Pack 1
my currently frame work is 3.5 so I guess it won't solve anything ,is there any solution to the issue ? if there is additional information I need to supply please guide me since I'm new to the server,services world.