I am able to run my project after doing this the steps below from the release notes, but I still get the message stating: "The Web project 'MvcApplication1' requires missing web components to run with Visual Studio. Would you like to download and install
them using the Web Platform Installer now?"
At least I can run my project now though so many thanks!!!
Installing ASP.NET MVC 4 Beta breaks ASP.NET MVC 3 RTM applications.ASP.NET MVC 3 applications that were created with the RTM release (not with the ASP.NET MVC 3 Tools Update release) require the following changes in order to work side-by-side
with ASP.NET MVC 4 Beta. Building the project without making these updates results in compilation errors.
Required updates
In the root Web.config file, add a new <appSettings> entry with the key
webPages:Version and the value 1.0.0.0.
Jon_Proactiv...
Member
33 Points
21 Posts
Re: Asp.Net MVC in Visual Studio 11 Beta - Not Working
Feb 29, 2012 10:34 PM|LINK
Thank you!
I am able to run my project after doing this the steps below from the release notes, but I still get the message stating: "The Web project 'MvcApplication1' requires missing web components to run with Visual Studio. Would you like to download and install them using the Web Platform Installer now?"
At least I can run my project now though so many thanks!!!
Required updates
Replace them with the following: