简体   繁体   English

.net 4.6是否就地升级? 那么为什么控制面板会显示所有框架版本?

[英]Is .net 4.6 inplace upgrade ? Then why control panel shows all the framework versions?

Is .net 4.6 inplace upgrade? .net 4.6是否就地升级? Then why control panel shows all the framework. 那为什么控制面板会显示所有框架。
For example: 例如:

Microsoft .net Compact Framework 3.5 
Microsoft .net Framework 4.5 Multi Targeting PAck
Microsoft .net Framework 4.5 SDK
Microsoft .net Framework 4.5.1 Multi Targeting PAck
Microsoft .net Framework 4.5.1 SDK
Microsoft .net Framework 4.6 SDK
Microsoft .net Framework 4.6 Targeting PAck

SDKs are indeed separate components so each version of .NET Framework has its own. SDK确实是独立的组件,因此.NET Framework的每个版本都有其自己的。 That also applies to Targeting Pack. 这也适用于Targeting Pack。

Compact Framework is completely a separate thing, so it is also on its own. Compact Framework是完全独立的事物,因此它也是独立存在的。

So none of the listed one is a desktop .NET Framework that conflicts with .NET 4.6. 因此,列出的一个都不是与.NET 4.6冲突的桌面.NET Framework。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 .net 4.6框架是在适当的升级,然后.net框架4.5如何在vs2015中运行? - .net 4.6 framework is inplace upgrade then how is the .net framework 4.5 works in vs2015? 升级到不在Windows 2012 Jenkins服务器上构建的.NET Framework 4.6 - Upgrade to .NET Framework 4.6 not building on Windows 2012 Jenkins server 更改线程文化 .NET Framework 4.6 及更高版本 - Change thread culture .NET Framework 4.6 and later versions C# TakeLast Extension for .Net Framework 4.6 及更新版本 - C# TakeLast Extension for .Net Framework 4.6 and newer versions 将MVC 5 Web解决方案从.net Framework 4.5升级到4.6 - Upgrade MVC 5 web solution from .net framework 4.5 to 4.6 为什么不升级到最新的 .NET 框架? - Why not upgrade to the latest .NET framework? .NET Framework 4是否会取代以前的所有版本? - Will .NET Framework 4 replace all its previous versions? 是否有.NET Framework控件用于外观和行为类似于控制面板链接的按钮? - Is there a .NET Framework control for buttons that look and behave like control panel links? 所有.NET Framework版本都包含在新的Windows版本中吗? - Are all .NET framework versions included in new windows versions? 如果将.NET 4.0升级到4.6,会发生什么情况 - what happen If upgrade .NET 4.0 to 4.6
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM