admin 管理员组文章数量: 887836
搭建WP7开发环境的时候,安装了几次,都出现".NET Framework 4 could not install"的错误,然后直接安装.NET Framework 4就报了“HRESULT 0xc8000222”这个错误,最后上官网查了下,终于找到了解决方法:
This behavior may occur if the temporary folder of Windows Update has been corrupted. We can refer to the following steps to rename this folder. Please be assured the folder will be created again when we visit the Windows Update site again.
1. Click Start, Run, type: cmd and press Enter. Please run the following command in the opened window.
关闭Windows Update服务
net stop WuAuServ
2. Click Start, Run, type: %windir% and press Enter.
3. In the opened folder, rename the folder SoftwareDistribution to SDold.
4. Click Start, Run, type: cmd and press Enter.
Please run the following command in the opened window.
关闭Windows Update服务
关闭Windows Update服务
关闭Windows Update服务
打开Windows Update服务
net start WuAuServ
然后重新安装,一切顺利!
本文标签: 解决方法 时报 NET Windows Framework
版权声明:本文标题:Windows 7下安装.NET Framework 4时报错:“HRESULT 0xc8000222”的解决方法 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.freenas.com.cn/jishu/1735375093h1720250.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论