Are you able to use the current Rhino.ServiceBus.Host.exe to start as
a service?

I am using this to install and it succeeds:
Rhino.ServiceBus.Host.exe /Action:Install /Assembly:MyService.dll /
Name:MyService

I am able to start as debug using (at least, I get 'Press any key to
continue...') :
Rhino.ServiceBus.Host.exe /Action:Debug /Assembly:MyService.dll /
Name:MyService

But when I then try this to start the service:
Rhino.ServiceBus.Host.exe /Action:Server /Assembly:MyService.dll /
Name:MyService

I get the ambiguous 'Service cannot be started. The service process
could not connect to the service controller' in the event log but when
I try to stick a
Debugger.Launch() in the Main() of RSB.Host.exe I don't make it that
far.

I _think_ that since I can run as Debug that means my code is healthy
but I am not sure. I have only one Bootstrapper impl in the
MyService.dll.

Anyone else dealt with this issue recently? I saw Matt B had some
similar issues a while ago but I believe some patches were submitted
to resolved those.

Thanks in advance y'all
mike
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rhino-tools-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to