I recently installed VS.NET 2012 and moved the ASP.NET MVC 4 project. However, when I create a solution, I get hundreds of errors with:
The type or namespace 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference)
AFAIK ASP.NET MVC 4 is built into VS 2012, and there is nothing that needs to be installed. Any ideas how to get rid of these errors and create an application?
source share