When using MvcContrib Portable Areas I can't get the strongly typed views to work.
I get the error message
'Could not load typeSystem.Web.Mvc.ViewPage<blah>
I've tried with built in types to check if it's an error with my type.
|
When using MvcContrib Portable Areas I can't get the strongly typed views to work. I get the error message
I've tried with built in types to check if it's an error with my type.
| |||
|
feedback
|
|
I also ran into this problem. Consuming applications need to have the following configuration in their
I found you actually need these settings in a
Found the answer to this problem on Ben Hall's blog. Hope that helps. | |||
|
feedback
|