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()
