I forgot to add the setup code:

 WindsorContainer wc = new WindsorContainer(new
Castle.Windsor.Configuration.Interpreters.XmlInterpreter());
                IStartableServiceBus isssb =
wc.Resolve<IStartableServiceBus>();
                isssb.Start();
                IMyDearComponent mc = wc.Resolve<IMyDearComponent>();
                mc.Test();
--~--~---------~--~----~------------~-------~--~----~
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