-7

I have created the wpf sample in VS2012 with framework version as 4.0. Then I tried to open that sample in VS2010 in another machine that does not contains VS2012 and framework 4.5 but the sample not opening and throws error. I don't know the reason.

Error Message:

To Run this application, you first must install one of the following versions of the .Net Framework: .Net Framework, Version=4.5

Any one please provide your valuable suggestions.

4

1 に答える 1

1

それは、新しいバージョンの Visual Studio で作成されたプロジェクトを古いバージョンで開くことができなかったからです...

VS2010 のプロジェクトを VS2008 で開けない、VS2008 のプロジェクトを VS2005 で開けない、などがあります。VS2012 でプロジェクトを作成する場合は、2012 以降で開く必要があります。

できることは、VS2010 で新しいプロジェクトを作成し、ソース ファイルを追加することです。または、VS 2012 のインストールを検討してください ;-)


サンプルが実際に .NET 4.5 に対してコンパイルされているとは思えません。あなたの編集から、プロジェクトからコンパイルしたEXEを実行しようとしていると思いますか? もちろん、.NET 4.5 プロジェクトを作成する場合、アプリケーションを実行するには .NET 4.5 をインストールする必要があります。

于 2013-06-11T11:53:37.877 に答える