删除以前版本的 .NET Framework 是否安全?
我刚刚安装了 3.5 .NET Framework,在进行一些清理时,我注意到安装了很多旧版本(1.1、1.1 Hotfix(xxx)、2.0、2.0 服务包等...)。 我想知道我是否可以安全地处理所有这些,或者如果我运行较低版本的 .net 应用程序,则需要这些。
提前致谢。
I've just installed the 3.5 .NET Framework and while doing some cleaning I've notice that I have a lot of older versions installed (1.1, 1.1 Hotfix(xxx), 2.0, 2.0 service pack etc...). I wonder if I can safely dispose of all of them or these are needed in case I run a lower version .net application.
Thanks in advance.
This is a duplicate of Safe to uninstall .NET Framework 2.0 and 1.0 after installing 3.5?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
使用此特定框架的应用程序需要一个框架。
因此,如果您正在使用 2.0 或 1.0 应用程序(或将来),请不要卸载它们 - 否则:您可以像小鸟一样自由地这样做:)
a framework is needed for apps using this specific framework.
so if you are using 2.0 or 1.0 apps (or in the future), do not uninstall them - otherwise: you are free as a bird to do so :)
不,使用旧框架制作的应用程序仍然需要安装它们。
No, apps made with the older frameworks will still need them installed.
您仍然需要旧版本才能运行旧的 .net 应用程序。
此外,版本 3.0 和 3.5 实际上只不过是 2.0 的扩展,因此要使 3.5 本身正常工作,您仍然需要安装 2.0。
一般来说,不建议删除其中任何一个。
You will still need the older versions for an older .net app to run.
In addition, Versions 3.0 and 3.5 are actually no more than extensions to 2.0 so for 3.5 itself to work you still need to leave 2.0 installed.
Generally just not advisable to remove any of them.
恕我直言,您可以删除 .NET 1.0/1.1 - 我自己删除了它,但没有看到任何应用程序需要它。
您无法删除 .NET 2.0,因为 3.0/3.5 只是扩展了 2.0 的功能 - 它的最大部分仍然包含在 2.0 中
Imho, you can remove .NET 1.0/1.1 - I have removed it by myself and didn't saw any application was requiring it.
you cannot remove .NET 2.0 because 3.0/3.5 just extends the functionality of 2.0 - the biggest part of it is stilled contained into 2.0