iI have just tried to host my serverside app using your service bus hosting app, but I get an error
In the config I have <?xml version="1.0"?> <configuration> <configSections> <section name="castle" type="Castle.Windsor.Configuration.AppDomain.CastleSectionHandler, Castle.Windsor" /> </configSections> <castle> <facilities> <facility id="Rhino.esb"> <bus threadCount="1" numberOfRetries="5" endpoint="rhino.queues://localhost:50001/Position_Backend" name="backend"/> <messages /> </facility> </facilities> </castle> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/> </startup> </configuration> But when the host starts I get "could not find facility configuration section with the same name of the facility" The startup arguments are /Action:Debug /asm:"C:\projects\DryCargov3\ShipsV2.root \ShipsV2\MessageBusHost\bin\Debug\MessageBusHost.dll" /Name:officeblox I tried setting the <facility id="Rhino.esb"> to <facility id="MessageBusHost"> But got the same result I also tried adding the /ConfigFIle option but got the same error Any help would be much appreciated -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to rhino-tools-dev@googlegroups.com. To unsubscribe from this group, send email to rhino-tools-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.