0

I am using Visual Studio 2010 sp1

When I am opening .NET 4.0 application in VS 2010, I am getting an Output message as

Loading F:\Projects..\Project.csproj ... F:\Projects..\Project.csproj : error : The project file 'F:\Projects..\Project.csproj' cannot be opened. The project type is not supported by this installation.

But I am able to open other projects in the application. They are loaded properly.

Provide me a solution for how to open. Thanks.

4

1 に答える 1

2

次の 2 つのうちの 1 つです。

  1. Visual Studio のインストールが破損しています (可能性は低い)。
  2. プロジェクトは、より多くのプロジェクト タイプをサポートする Visual Studio のバージョンで作成されましたが、インストールではサポートされていません。たとえば、Sharepoint または Test Manager プロジェクトを Visual Studio Ultimate で作成し、それを Visual Studio Professional で開こうとするとします。(最も可能性が高い)。

もう 1 つの例は、VS Web Express を使用して Web プロジェクトを作成し、その後、Windows Phone 用の VS Express でそれを開こうとする場合です。

于 2012-09-18T12:01:28.667 に答える