[转贴] 2016一月12日起.NET 4, 4.5 and 4.5.1 停止安全更新、技术支持 or hotfix
[转贴] 2016一月12日起.NET 4, 4.5 and 4.5.1 停止安全更新、技术支持 or hotfix
https://www.dotblogs.com.tw/mis2000lab/2015/12/11/net_40_45_451_stop_support
2016一月12日起.NET 4, 4.5 and 4.5.1 停止安全更新、技术支持 or hotfix
数据源:微软 .NET Blog
.............................................................................................................
数据源:微软 .NET Blog
根据 2015/12/9这篇文章提到「starting January 12, 2016 Microsoft will no longer provide security updates,
technical support or hotfixes for .NET 4, 4.5, and 4.5.1 frameworks.」
文章中也介绍:如何知道自己的 .NET版本?
您需要在「命令提示字符」里面输入指令 -- RegEdit
然后搜寻下面的路径
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full

| Value of the Release DWORD | Version |
|---|---|
| 378389 | .NET Framework 4.5 |
| 378675 | .NET Framework 4.5.1 installed with Windows 8.1 or Windows Server 2012 R2 |
| 378758 | .NET Framework 4.5.1 installed on Windows 8, Windows 7 SP1, or Windows Vista SP2 |
| 379893 | .NET Framework 4.5.2 |
| 393295 (Windows 10) or 393297 (All other OS versions) | .NET Framework 4.6 (註:就是VS 2015) |
| 394256 | .NET Framework 4.6.1 (註:就是VS 2015 Update 1) |
比较清楚的说明,是下面这篇文章的「第十点」
Microsoft .NET Framework Support Lifecycle Policy FAQ
https://support.microsoft.com/zh-tw/gp/framework_faq/en-us
为什么 .NET 4.5.2与 4.6仍继续提供支持?
以.NET 4.5.2为例,文章这么说:
.NET Framework 4.5.2: Support for .NET 4.5.2 follows
the support lifecycle policy of the parent operating system. It is supported as a Windows component on the latest required
operating system update for Windows Vista SP2, Windows 7 SP1, Windows Server
2008 SP2, Windows Server 2008 R2 SP1, Windows 8.1 Update, Windows Server 2012,
and Windows Server 2012 R2.
原来是跟随 "Windows操作系统"的支持生命周期而继续提供支持。
总之,最完整的说明,请看原厂文件
http://blogs.msdn.com/b/dotnet/archive/2015/12/09/support-ending-for-the-net-framework-4-4-5-and-4-5-1.aspx
https://support.microsoft.com/zh-tw/gp/framework_faq/en-us
相关文章:
自2016年1月12日之后,微软将不再提供11版本以前IE 安全更新、兼容性修补程序或技术支持。
http://www.ithome.com.tw/news/100826
我将思想传授他人, 他人之所得,亦无损于我之所有;
犹如一人以我的烛火点烛,光亮与他同在,我却不因此身处黑暗。----Thomas Jefferson
......... 写信给我,mis2000lab (at)
yahoo.com.台湾 .....................................................................................
................ facebook社团 https://www.facebook.com/mis2000lab
............................
................ Google+ https://plus.google.com/100202398389206570368/posts ..............
................ YouTube (ASP.NET) 在线教学影片 http://goo.gl/rGLocQ
[转贴] 2016一月12日起.NET 4, 4.5 and 4.5.1 停止安全更新、技术支持 or hotfix的更多相关文章
- 2016年12月31日 星期六 --出埃及记 Exodus 21:26
2016年12月31日 星期六 --出埃及记 Exodus 21:26 "If a man hits a manservant or maidservant in the eye and d ...
- 2016年12月30日 星期五 --出埃及记 Exodus 21:25
2016年12月30日 星期五 --出埃及记 Exodus 21:25 burn for burn, wound for wound, bruise for bruise.以烙还烙,以伤还伤,以打还打 ...
- 2016年12月29日 星期四 --出埃及记 Exodus 21:24
2016年12月29日 星期四 --出埃及记 Exodus 21:24 eye for eye, tooth for tooth, hand for hand, foot for foot,以眼还眼, ...
- 2016年12月28日 星期三 --出埃及记 Exodus 21:23
2016年12月28日 星期三 --出埃及记 Exodus 21:23 But if there is serious injury, you are to take life for life,若有 ...
- 2016年12月27日 星期二 --出埃及记 Exodus 21:22
2016年12月27日 星期二 --出埃及记 Exodus 21:22 "If men who are fighting hit a pregnant woman and she gives ...
- c++中变量声明和变量定义的区别。2016年12月6日
整个流程: 1.程序告诉cpu,程序将要使用一个变量.(暂时不一定用到,先说一下.) 2.程序告诉CPU,程序现在就要使用一个变量.(现在就用) 3.cpu按照这个变量的类型,把内存划分出几个单位(b ...
- 2016年12月26日 星期一 --出埃及记 Exodus 21:21
2016年12月26日 星期一 --出埃及记 Exodus 21:21 but he is not to be punished if the slave gets up after a day or ...
- 2016年12月25日 星期日 --出埃及记 Exodus 21:20
2016年12月25日 星期日 --出埃及记 Exodus 21:20 "If a man beats his male or female slave with a rod and the ...
- 2016年12月24日 星期六 --出埃及记 Exodus 21:19
2016年12月24日 星期六 --出埃及记 Exodus 21:19 the one who struck the blow will not be held responsible if the ...
随机推荐
- Android 设计模式情景分析——观察者模式
观察者模式是一种使用频率非常高的模式,有时也被称作发布/订阅模式,属于行为型模式,它最常用的是 GUI 系统.订阅——发布系统,它一个重要作用就是解耦,使得它们之间的依赖性更小.观察者模式定义了对象间 ...
- BZOJ 1012【线段树】
题意: Q L 询问数列最后 L 个数中最大的数. A n 将 n + t ( t_init = 0 ), 然后插到最后去. 思路: 感觉动态地插入,很有问题. 数组地长度会时常变化,但是可以先预处理 ...
- 反射实现增删改查(DAO层)——查询数据
先贴出代码,后续补充自己的思路.配置文件.使用方式: /** * * 数据查询 * */ @Override public List<?> queryObject(List<Map& ...
- git 把文件从 版本管理中移除 andorid版本
刚学git时,一股脑吧所有文件全部加到版本管理中,现在做Android开发,这样做就有很大的问题了,gen 和bin 文件夹下的文件是编译生成的,最好不要加到版本管理中,最好加入到.gitigno ...
- Unity---DOTween插件学习(2)---设置参数、Ease曲线、回调函数、动画控制函数
目录 6.Set设置参数 7.Ease曲线 8.回调函数 9.动画控制函数 本文及系列参考于Andy老师的DOTween系列 欢迎大家关注Andy老师 6.Set设置参数 在Unity中添加一个Cub ...
- 当重装eclipse后,给现有web项目添加tomcat的构建路径
在eclipse“首选项”-“service environment”中配置好tomcat后,给现有web项目添加构建路径: 1.选中一个web项目右键选中“构建路径”-“配置构建路径”
- [JLOI2012]树 倍增优化
题目描述 在这个问题中,给定一个值S和一棵树.在树的每个节点有一个正整数,问有多少条路径的节点总和达到S.路径中节点的深度必须是升序的.假设节点1是根节点,根的深度是0,它的儿子节点的深度为1.路径不 ...
- zabbix对tcp状态监控
1.先编写一个获取tcp状态的脚本文件,脚本放在/usr/lib/zabbix/alertscripts/vim /usr/lib/zabbix/alertscripts/tcp_status.sh ...
- 1017 A除以B (20 分)
本题要求计算 /,其中 A 是不超过 1000 位的正整数,B 是 1 位正整数.你需要输出商数 Q 和余数 R,使得 A=B×Q+R成立. 输入格式: 输入在一行中依次给出 A 和 B,中间以 1 ...
- @SessionAttribute使用详解
@SessionAttribute使用详解 @ModelAttribute注解作用在方法上或者方法的参数上,表示将被注解的方法的返回值或者是被注解的参数作为Model的属性加入到Model中,然后 ...