鍍金池/ 問答/C#/ .net framework 向下兼容嗎?

.net framework 向下兼容嗎?

先看圖

clipboard.png
clipboard.png

我明明已經(jīng)安裝了4.7.1,結(jié)果打開4.6.2的項目讓我降級到4.6.1.
請問這是怎么回事?高版本的框架還不能開發(fā)低版本項目嗎?

回答
編輯回答
忠妾

https://developercommunity.vi...

I had this problem with VS 2017 15.5.7 on a new windows 10 laptop.

I closed VS, and opened a developer command prompt window and ran "devenv /resetuserdata"

I opened VS and waited for it to reconfigure itself.

Now I'm able to open existing Framework 4.7.1 solutions.

2018年6月30日 03:33
編輯回答
祉小皓

https://www.microsoft.com/net...

你只是安裝了 .NET Framework Runtime。

Visual Studio 開發(fā)還需要安裝對應(yīng)的 Developer Pack,所以還需要另外下載安裝。

2017年10月20日 08:58