Hi,

I'm pretty new to Castle Windsor and want to use it for asp.net mvc.
I'm using the latest .net 4.0 Framework and Visual Studio 2010.
Castle has to be registered as a HttpModule in web.config and jumps in
whenever you instantiate a controller with an interface constructor.
Everything works fine, until I start mixing up .net Frameworks.
Whenever I call a Framework 2.0 Method which needs to instantiate a
controller, Castle Windsor seems not to be involved anymore. Of course
I get an error, since there is no object injected.
"No parameterless constructor defined for this object".
Does anyone know if Castle Windsor that can be configured somehow to
jump in for different frameworks?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to