我已经使用clean实用程序从我的系统中清除了.net Framework4.0。它被卸载了.net Framework4.0。然后,我尝试使用从下面的链接获得的安装文件来重新安装4.0。
http://msdn.microsoft.com/en-us/netframework/aa569263.aspx
但是我得到了安装失败的错误。
错误消息:安装失败,错误代码:(0x80070643),“安装过程中出现致命错误。
我使用windows server 2008 32位操作系统。
有谁能给我一个解决方案吗?
你好,卡西克。
发布于 2012-06-12 18:28:02
这通常意味着您的系统上已经安装了.NET,但它已损坏。如果是这种情况,您可以尝试以下操作:
转到Control Panel->Programs and Features并打开.NET Framework 4 Client Profile安装程序。
选择Repair .NET Framework 4 Client Profile to its original state。之后重新启动。
完成后,尝试使用脱机安装程序重新安装.NET Framework4
http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=17718
https://stackoverflow.com/questions/10994660
复制相似问题