windsor-3.0 Questions
2
Solved
I have code in my global.axax:
protected void Application_Start()
{
WindsorContainer = new WindsorContainer();
WindsorContainer.Install(FromAssembly.InDirectory(new AssemblyFilter(AppDomain.Curr...
Marrissa asked 4/2, 2012 at 14:57
0
What I'm trying to achieve is AOP via attributes using Castle Windsor interceptors. I've had some success but having trouble with the aspects at the class level vs. the method level.
If I use cla...
Toole asked 27/7, 2012 at 15:9
1
Solved
The following does not compile:
DefaultServiceHostFactory.RegisterContainer(Container.Kernel);
The static method does not seem to exist in Castle 3.0 - I checked the breakingchanges.txt and did n...
Unchancy asked 15/3, 2012 at 22:52
1
© 2022 - 2024 — McMap. All rights reserved.