从Web平台安装程序安装ASP.NET MVC 4

本文关键字:安装 NET MVC ASP 程序 Web 平台 | 更新日期: 2023-09-27 18:24:54

当我启动安装程序时,我会看到ASP.NET MVC 4框架的产品详细信息。当我点击"安装"时,它会给我一个错误对话框:

ASP.NET MVC 4 installer (Visual Studio 2010) is incompatible with Microsoft .NET Frameowrk 4.5

单击"确定"后,它会显示带有"我拒绝"answers"我接受"的先决条件页面,该页面显示为灰色,不可单击。

软件需求页面显示:

Visual Studio的ASP.NET MVC 4组件需要PowerShell 2.0以及Visual Studio 2010 Service Pack 1或Visual WebDeveloper Express 2010 Service Pack 1。

我做错了什么?

从Web平台安装程序安装ASP.NET MVC 4

安装说明中写道:

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开发人员预览版。

更新:
一种替代方法是使用NuGet只安装所需的MVC 4组件
MVC4:来自NuGet
Web API:NuGet 上提供的ASP.NET Web API和HttpClient

我也遇到了这个问题,它不会安装MVC 4,但我通过下载ASP.NET成功安装了它。MVC 4提供了一个用于开发web应用程序的模型-视图-控制器(MVC)框架http://www.microsoft.com/download/en/details.aspx?id=27419.

一旦它安装好,它就会说它不成功,但如果你检查了你的VS Studio 2010,你将能够创建并运行MVC 4产品