Hello Krzysztof,

The suggestion with modulescope works. I'm using the code below now.
Thanks for the suggestion.

Marwijn.


private class MyProxyFactory : DefaultProxyFactory
        {
            public MyProxyFactory()
            {
                DefaultProxyBuilder proxyBuilder = new
DefaultProxyBuilder(new ModuleScope(false, true));
                generator = new ProxyGenerator(proxyBuilder);
            }
        }

_container = new WindsorContainer(new MyProxyFactory());

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Development List" 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/castle-project-devel?hl=en.

Reply via email to