我的MVC 3.0应用程序无法在Visual Studio 2012上运行。为什么?

时间:2012-09-20 00:30:52

标签: .net asp.net-mvc-3 visual-studio-2012

我有一个使用VS 2010完成的标准MVC 3.0应用程序。当我尝试使用VS 2012打开它时,它没有加载并在项目名称旁边显示incompatible标签。

错误详情如下:

Unsupported
This version of Visual Studio does not have the following project types installed or does not support them. You can still open these projects in the version of Visual Studio in which they were originally created.
     - Cerebello, "D:\Projetos\Azure\X\X\X.ccproj"


Non-functional changes required
Visual Studio will automatically make non-functional changes to the following projects in order to enable them to open in this version and Visual Studio 2010 SP1. Project behavior will not be impacted.
     - Cerebello, "D:\Projetos\Azure\X\X.sln"

我在谷歌上搜索没有结果。

可能会发生什么?

1 个答案:

答案 0 :(得分:3)

您需要安装适用于.NET的Windows Azure SDK - 2012年6月SP1。 *.ccproj个文件是Azure项目。

http://www.microsoft.com/en-us/download/details.aspx?id=30651