Error 1053: The service did not respond to the start or control request in a time.

pratik_kantharia

New member
Joined
Aug 5, 2009
Messages
1
Programming Experience
1-3
Hi,

I am facing a problem in running Windows Service (built using .Net Framework 3.5) on Windows 2008 Server. It is giving me an error.

"Error 1053: The service did not respond to the start or control request in a time."

The service is working fine on Windows Web Server 2008.

But I am transfering my service on another server which Windows Server 2008 Enterprise edition.

I searched for the solution for Error : 1053 and found that .net Framework 1.1 SP1 will resolve the problem.

But I already have .net Framework 3.5 SP1 installed on the server.

Could anyone please help me out from it?

Thanks in advance.
 
Back
Top