I think I've answered my own question.  Sorry.  I forgot to build the service 
in 'release mode' with these lines:
System.ServiceProcess.ServiceBase[] ServicesToRun;
ServicesToRun = new System.ServiceProcess.ServiceBase[] { new 
ServiceBaseDerivedClass() };
System.ServiceProcess.ServiceBase.Run(ServicesToRun);  

Rather than these:
ServiceBaseDerivedClass DebugService = new ServiceBaseDerivedClass();
DebugService.OnStart(null);





      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to