zoukankan      html  css  js  c++  java
  • Win7 安装VS2010, .net framework 4.0 失败,错误HRESULT 0xc8000222解决办法

    之前装Viusal Stuido 2010 一直失败,其实在在安装.net framework 4.0时就失败……后来就单独安装.net framework 4.0,结果还是失败,出现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.

    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.

    net start WuAuServ

     

    /**
    *@title :WIndows 7 安装.net framework 4.0 失败,错误HRESULT 0xc8000222解决办法
    *@Author:insun
    *@blog:http://yxmhero1989.blog.163.com
    */
     
    为了装个Mysql Workbeach(mysql-workbench-gpl-5.2.39-win32) 设计数据库 需要net framework4 发现不好安装
    win7装不了dotNetFx40_Client_setup???
    WIndows 7 安装.net framework 4.0 失败,错误HRESULT 0xc8000222解决办法 - InSun - Minghacker is Insun
     
    尚未安装 .NET Framework 4 Client Profile,原因是:HRESULT 0xc8000222
    原来跟windows update有关 真心蛋疼啊!!!
    解决办法:
    1.在win7的C:\Windows\System32目录里面  右键cmd.exe以管理员方式运行
    2.上面的cmd命令行里面输入 net stop WuAuServ
    3.继续输入 echo %windir%
    4.在弹出来的文件夹(一般是C:\Windows),把SoftwareDistribution 文件夹改个名字 SDold(随意改).
    5.继续输入 net start WuAuServ
     
    WIndows 7 安装.net framework 4.0 失败,错误HRESULT 0xc8000222解决办法 - InSun - Minghacker is Insun
     
    WIndows 7 安装.net framework 4.0 失败,错误HRESULT 0xc8000222解决办法 - InSun - Minghacker is Insun
     
     
    WIndows 7 安装.net framework 4.0 失败,错误HRESULT 0xc8000222解决办法 - InSun - Minghacker is Insun
     
    WIndows 7 安装.net framework 4.0 失败,错误HRESULT 0xc8000222解决办法 - InSun - Minghacker is Insun
     
    OK。

     

    原来这个还和Windows Update有关系,给目录名重命名一下再次安装,即安装成功了!

  • 相关阅读:
    测试Remoting服务端和客户端的双向通信
    对T4模板研究针对SQL SERVER的EF代码生成
    菜鸟级WinForm分页控件
    [小技术应用]框架下动态调用用户控件的模态弹出窗体
    根据数据库表动态添加菜单及打开窗体
    Windows Mobile 5.0下蓝牙移动打印测试
    Window Mobile/CE的PC端安装测试
    基于Dev控件,在WinForm下动态配置界面
    TortoiseSVN使用简介
    SQL的一些经典算法
  • 原文地址:https://www.cnblogs.com/jinmingjie/p/2757928.html
Copyright © 2011-2022 走看看