I asked this before and got no where so i\'m asking again as i\'m now desperate!! Hey if i create a new wcf project i can browse the meta instantly.
I have three assemblies: \"Framework.DataAccess\", \"Framework.DataAccess.NHibernateProvider\" and \"Company.DataAccess\". Inside the assembly \"Framework.DataAccess\", I have my factory (with the wro
I would like to convert this fluent approach to xml: container.Register( AllTypes.FromAssemb开发者_开发问答lyNamed(\"Company.DataAccess\")
This is the first time I\'ve used interceptors with the fluent registration and I\'m missing something.With the following registration, I can resolve an IProcessingStep, and it\'s a proxy class and th
I\'m building a winforms app utilizing passive-view MVP and Castle Windsor as an IoC container.I\'m still a little new to dependency injection and MVP, so I\'m looking for some clarity...
I\'m trying to connect to my Wcf service which is configured using castles wcf facility. When I go to the service in a browser i get:
I have a service class which has overloaded constructors. One constructor has 5 parameters and the other has 4.
When compiling this code: public class WindsorControllerFactory : IControllerFactory { private readonly WindsorContainer _container;
I am trying to compile Castle.Facilities.ActiveRecordIntegration with the trunk version of Castle.Core.
This enum used to exist not too lon开发者_如何学JAVAg ago. I am upgrading to Castle Core 1.3.0, and the enum is no more. What happened to it?It lives in Castle.Windsor.dll now. Did you used the enum o