1

標準の MVC 3.0 アプリケーションを VS 2010 で作成しました。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"

私は結果なしでグーグルしています。

何が起こっているのでしょうか?

4

1 に答える 1

3

Windows Azure SDK for .NET - June 2012 SP1 をインストールする必要があります。 *.ccprojファイルは Azure プロジェクトです。

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

于 2012-09-20T02:04:24.287 に答える