Custom built ASP.NET MVC2 breaks the strongly-typed views

Posted by Petar Kabashki on Stack Overflow See other posts from Stack Overflow or by Petar Kabashki
Published on 2010-04-14T15:45:52Z Indexed on 2010/04/19 9:13 UTC
Read the original article Hit count: 213

Filed under:
|

I have a problem with a custom built ASP.NET MVC2. The strongly-typed views break as the viewdata is treated as 'Object' instead of the corresponding type. The same views work perfectly with the default MVC2 from Microsoft.

© Stack Overflow or respective owner

Related posts about asp.net-mvc-2

Related posts about mvc