【发布时间】:2016-10-30 14:38:24
【问题描述】:
我必须从我的计算机 (Windows 10) 中删除 .NET Framework,为此我使用了来自 Microsoft 的工具 dotnet_cleanup_tool.exe。但是在删除 .NET 框架并重新启动 PC 后,当我使用 net 4.6.1(NDP461-KB3102438-Web).exe 重新安装 .NET 框架时,我收到一条错误消息 -
我无法安装,因为它已经安装了。
【问题讨论】:
-
工具本身介绍部分的一个警告说 -
This cleanup tool will not remove versions of the .NET Framework that are installed as a part of Windows.。因此,本质上,Windows 10 默认附带的 .Net 框架 4.6 从未被该工具首先删除,因此您看到的错误消息是正确的。
标签: .net windows-10