Tagged Questions

3
votes
2answers
884 views

ASP.NET MVC Upgrade to Beta: IControllerFactory is defined in an assembly that is not referenced

I'm currently in the process of updating a site from preview 2 of ASP.NET MVC to the Beta release. I'm down to my last compile error with no solution in site after an exhaustive search. I have some ...
3
votes
2answers
854 views

ASP.NET MVC Beta 1 - Does It Support Strongly Typed View Data?

In previous releases there were 3 ways to pass data from controller to view AFAIK (shown below). I want to use method (2) with MVC Beta 1, but I can't find the renderView method. So what's the new ...
2
votes
2answers
2k views

Asp.net MVC Module binding with validation for Complex Types

I'm building a questionnaire app in asp.net mvc, and I'm having trouble with the module binder for a list of complex types. First: I can't get ...
2
votes
5answers
2k views

MVC Beta [HandleError] Attribute (need help)

I've tried this both with and without the 'ExceptionType' parameter. I have an Error.aspx page in both the Views/Shared folder and the Views/thisController folder. But everytime I run this I get a ...
0
votes
4answers
6k views

ASP.NET MVC & Ajax Control Toolkit

I'm trying to get my head around MVC + AJAX etc. One of the things I like about coding "old skool" (web forms) is the AJAX Control Toolkit. I saw on the Microsoft Storefront video 14, Rob Conery ...