Ninject and Custom Controller Factory

Posted by Baddie on Stack Overflow See other posts from Stack Overflow or by Baddie
Published on 2010-03-17T03:40:52Z Indexed on 2010/03/17 7:41 UTC
Read the original article Hit count: 236

Filed under:
|
|

I'm using MEF with ASP.NET MVC as demonstrated at http://blog.maartenballiauw.be/post/2009/06/17/Revised-ASPNET-MVC-and-the-Managed-Extensibility-Framework-(MEF).aspx.

When I try to use Ninject, it seems that nothing gets injected. I did some debugging, and when I reverted to the original controller factory the injection worked.

What needs to be changed, or what does Ninject need in terms of controller factories for it to work?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about ninject