Custom built ASP.NET MVC2 breaks the strongly-typed views
- by Petar Kabashki
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.