zoukankan      html  css  js  c++  java
  • 无法启动此程序,因为计算机中丢失api-ms-win-xxx.dll 尝试重新安装该程序得以解决此问题

    服务器安装core环境的过程中,core 的sdk   runtime 等都安装好后,运行程序发现出现异常 例如:


    解决方案:

    Windows 通用 C 运行库(Universal C Runtime)是通过Windows Update更新安装到系统的,更新的编号为KB2999226(10.0.10240.16390)或KB3118401(10.0.10586.9),组件如下:

      api-ms-win-core-file-l1-2-0.dll

      api-ms-win-core-file-l2-1-0.dll

      api-ms-win-core-localization-l1-2-0.dll

      api-ms-win-core-processthreads-l1-1-1.dll

      api-ms-win-core-synch-l1-2-0.dll

      api-ms-win-core-timezone-l1-1-0.dll

      api-ms-win-core-xstate-l2-1-0.dll

      api-ms-win-crt-conio-l1-1-0.dll

      api-ms-win-crt-convert-l1-1-0.dll

      api-ms-win-crt-environment-l1-1-0.dll

      api-ms-win-crt-filesystem-l1-1-0.dll

      api-ms-win-crt-heap-l1-1-0.dll

      api-ms-win-crt-locale-l1-1-0.dll

      api-ms-win-crt-math-l1-1-0.dll

      api-ms-win-crt-multibyte-l1-1-0.dll

      api-ms-win-crt-private-l1-1-0.dll

      api-ms-win-crt-process-l1-1-0.dll

      api-ms-win-crt-runtime-l1-1-0.dll

      api-ms-win-crt-stdio-l1-1-0.dll

      api-ms-win-crt-string-l1-1-0.dll

      api-ms-win-crt-time-l1-1-0.dll

      api-ms-win-crt-utility-l1-1-0.dll

      api-ms-win-eventing-provider-l1-1-0.dll(KB3118401不含此文件)

      ucrtbase.dll

    在C:windowsystem   或者C:windowSysWOW64 里找不到相应的.dll文件。网上有一些 单个.dll文件的下载,但是尝试后均无效。正确的做法是micorsoft 官网下载相应更新,再安装。重启:

    微软地址:https://support.microsoft.com/en-us/help/3118401/update-for-universal-c-runtime-in-windows

    1. 点击左下角的Windows图标,点击控制面板

    2. 点击“系统和安全”,点击“Windows Update”

    3. 点击“检查更新”,下载安装包,安装即可。

    4. 下载更新的独立程序(缺少哪个就安装那个)

    KB2999226、KB3118401更新下载:

    KB2999226 微软下载链接 https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows

    KB3118401 微软下载链接 https://support.microsoft.com/en-us/help/3118401/update-for-universal-c-runtime-in-windows

  • 相关阅读:
    Using Flex swf to load html into frames(转)
    wan886网址导航 Bo9bo高清电影 两个图标 怎么都删不掉
    Flex的新插件BluePrint
    开源——需要分享共享的无私精神
    Flex相关的开发例子与资源收集(转)
    在FLEX中真正的隐藏一个组件,隐藏后不占据自身的位置. (转)
    显示属性里没有桌面选项卡解决办法
    FLEX如何读取XML文件.(转)
    ACTIONSCRIPT技巧,工具,API大收集(国外资源,转载)
    The Top 10 Things You Should Know About Flex (转)
  • 原文地址:https://www.cnblogs.com/ingstyle/p/12325247.html
Copyright © 2011-2022 走看看