I want to be able to do this: <component id=\"Component1\" service=\"Foo.IFoo, Foo\" 开发者_开发问答type=\"Foo.Bar, Foo\" lifestyle=\"singleton\" />
Im having a little bit of a problem trying to figure out how to do the following. My apologies if thhe following seems idiotic, just new to Castle.Windsor.
I have a class that just has public properties of services that are already wired up in Windsor. How can I 开发者_JS百科register this class?
I have a WPF MVVM application that has a model and services assembly. I\'m trying to figure out how to us开发者_开发百科e the Windsor container to resolve local (services in the service layer) depende
I am using castle windsor to dynamically load some modules. is it possible to ask castle widsor to not 开发者_开发技巧load a specific module? I want to instantiate that module manually and then add it
I implemented Decorator pattern on BooCustom public class BooDefault : IBoo{} public class BooCustom : IBoo
I have a factory and component registered in Windsor 2.5.1 like so: interface IFooFactory{ IFoo CreateFoo();
I\'m just getting started with the Castle Windsor IoC, and I\'m having a hard time following the examples.Can somebody please explain why this simple console application fails?I must be missing someth
I\'m receiving \"Potential Lifestyle Mismatches\" Component \'MyCompon开发者_运维技巧ent\' with lifestyle Singleton depends on
We are trying to inject the current http context (so we can get authentication info, e.g the forms authentication etc...)from our asp.net mvc web site into our service constructors. Our services are W