当我启动安装程序时,我会看到ASP.NET MVC 4框架的产品详细信息。当我点击“安装”它然后给我一个错误对话框:
ASP.NET MVC 4 installer (Visual Studio 2010) is incompatible with Microsoft .NET Frameowrk 4.5
点击“确定”后,显示“我拒绝”的先决条件页面,“我接受”显示为灰色,无法点击。
Software Requirements页面上写着:
Visual Studio的ASP.NET MVC 4组件需要PowerShell 2.0 以及带有Service Pack 1的Visual Studio 2010或Visual Web Developer Express 2010 Service Pack 1。
我做错了什么?
答案 0 :(得分:14)
This release is not compatible with the .NET Framework 4.5 Developer Preview. You must uninstall the .NET 4.5 Developer Preview before installing the ASP.NET MVC 4 Beta.
您可能已安装,因此应卸载.NET 4.5 Dev Preview。
更新:
另一种方法是仅使用NuGet安装所需的MVC 4组件
MVC4:From NuGet
Web API:ASP.NET Web API and HttpClient Available on NuGet
答案 1 :(得分:0)
我也遇到了这个问题它不会安装MVC 4,但是我已经设法通过下载ASP.NET MVC 4来安装它提供了一个用于开发Web应用程序的模型 - 视图 - 控制器(MVC)框架{{3} }。
一旦安装它会说它不成功,但是你检查你的VS Studio 2010,你将能够创建并运行MVC 4产品