Thanks for your response Corey! I got it running by specifying this for install..note that I explicitly pass the ConfigFile param: Rhino.ServiceBus.Host.exe /Action:Install /Assembly:MyService.dll / Name:MyService /Config:MyService.dll.config
Now, I realize RemoteAppDomainHost should automatically find the config file if it isn't explicitly defined but I suspect 'configurationFile' is being passed as an empty string instead of NULL so that may be tripping it up. I am going to look into it and patch. Finally, I had to make sure I set the account properly to have access to MSMQ (NetworkService is default). One other question though...are you guys using the DhtBootstrapper in a DefaultHost WITHIN your service bootstrapper (I am starting it AfterStart in my Bootstrapper) or are you hosting it in a completely separate service? I am not sure what is best. It seems like they should be physically separate but I'm new on this. :) On Wed, Mar 25, 2009 at 4:22 PM, Corey Kaylor <[email protected]> wrote: > Disregard my question re-reading I see you already answered it. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
