المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to run windows service on remote server



C# Programming
03-30-2009, 06:50 PM
Hi everybody,

i've got an problem by starting an windows service on a remote server. This windows service should perform a database backup (from mysql to sql server) every day at a specified time (like a scheduler). I installed the service using installutil which is defined as local service with an automatically startup property. but every time i try to start this service manually the following error occurred:

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

I searched through the internet using msdn aso. but I only read about a bug in .NET Framework 1.0. I use .NET Framework 2 SP2 and also VS2008. Are there any problems if .NET Framework 3.5 is also installed?

Thx!!!