Im having issues configuring application using windsor, facilities and nhibernate. Im getting this exception:
Everytime I try to add a facility to my Windsor container instance, I see the following exception: Derived method \'Dispose\' in type \'Castle.Facilities.WcfIntegration.WcfFacility\' from assembly \'
i am currently working on the wcf facility of castle. Ve开发者_如何学编程ry good work i must add.
Say I have a call like so: _actService.BeginWcfCall(x => x.SaveAct(new SaveActRequest开发者_Python百科
I really can\'t get this working so i\'m hoping someone here can help :) here is my castle.config: <castle>
How do I use the Castle WcfFacility and have it use the standard Wcf config file settings? If开发者_JS百科 I register like so:
I have asked this on the castle list as i\'m using the nh facility but it just dawned on me to ask it here too :)