zoukankan      html  css  js  c++  java
  • 解决:安装SQL Server 2008 Native Client遇到错误(在Navicat premium新建sqlserver连接时 需要):An error occurred during ...HRESULT: 0x80070422(注意尾部的错误号)

     

    解决:安装SQL Server 2008 Native Client遇到错误(在Navicat premium新建sqlserver连接时 需要):An error occurred during ...HRESULT: 0x80070422(注意尾部的错误号)

     

    SQL Server 2008 Native Client遇到错误提示而无法继续:

    Microsoft SQL Server 2008 Native Client . An error occurred during the installation of assembly 'Microsoft.VC80.CRT,version="8.0.50727.1833"......HRESULT: 0x80070422 注意尾部有这个错误代码!

     

    解决问题的思路就是 按照错误代码 进行思考和搜索:搜索了一下.HRESULT: 0x80070422  发现这个错误是跟windows没有开启 window update服务有关。

    于是 打开命令services.msc,进入服务,开启启动以下服务:

    Windows Update

    Windows Installer

    Windows Modules Installer

    Base Filtering Engine

    Background Intelligent Transfer Service

     

    重新安装 Microsoft SQL Server 2008 Native Client ,可以顺利安装! 解决!

  • 相关阅读:
    git 远程仓库 and 分支管理
    oracle 导入导出dmp
    sql if else 用法
    设置session超时的三种方式
    eclipse定制工具栏,修改工具栏
    cxf实例异常
    js 表格插入指定行
    iframe 调用父页面元素
    iframe页面刷新
    frame 和 iframe
  • 原文地址:https://www.cnblogs.com/wangqishu/p/7467030.html
Copyright © 2011-2022 走看看