I'm trying to use MEF + MVC3.
I have 2 projects. One where I should "dynamically" render the other modules and I call it Shell. The second project is where I have a certain module, that I want to load inside Shell.
I was able to dynamically instantiate one controller from the module, using MEF, but everytime it redirects to the View it fails to find it.
Do I have to "copy+paste" the Views from all my modules/plugins to my Shell? Or there is any other solution?