Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/10/2006, 10:33
Emerald
 
Fecha de Ingreso: mayo-2006
Mensajes: 243
Antigüedad: 18 años
Puntos: 0
Servicio de Windows

Hola!


Hice un servicio de Windows basado en el ejemplo de ésta página: http://www.codeproject.com/dotnet/si...00&msg=1719288

y estoy intentando debuguearlo según las instrucciones de ésta página: http://msdn2.microsoft.com/en-us/library/7a50syb3.aspx

pero obtengo el siguiente error:

cannot start service from the command line or a debugger. A windows service must first be installed (using installutil.exe) and then started with the serverExplorer, Windows Services Administrative tool or the NET START command

No se que esté sucediendo...
el proceso se queda pensando en la línea:
System.ServiceProcess.ServiceBase.Run(ServicesToRu n);
del static void Main()