问题描述
缺少API-MS-WIN-CRT-Runtime-1 + 1 + 0-DLL我该如何找到并安装它.请
Have API-MS-WIN-CRT-Runtime-1+1+0-DLL missing how do i find and install it.Please
推荐答案
感谢您在MSDN论坛中发帖.
Thank you for posting in MSDN forum.
根据  ;,问题在于KB2999226 (通用CRT),它是其中的一部分Visual Studio 2015的Visual C ++可再发行组件无法安装.
According to link , the problem is that the KB2999226 (Universal CRT) which is part of the Visual C++ Redistributable for Visual Studio 2015 failed to install.
解决方案:
请安装Microsoft Visual C ++ 2015 Redist(运行时)使用Windows Update KB2999226 (至少在Windows 7 64位SP1上).
Please install Microsoft Visual C++ 2015 redist (runtime) with Windows UpdateKB2999226 (at least on Windows 7 64-bit SP1).
请尝试以下步骤:
安装Windows更新:
Install Windows Updates:
- 转到开始-控制面板-Windows Update"
- 检查更新
- 安装所有可用更新.
- 安装更新后,重新启动计算机.
- 重启后,再次重复上述步骤,直到没有更多可用更新为止.
下载Visual C ++可再发行组件:
Download the Visual C++ Redistributable:
对于Windows 64位
可用于Visual Studio 2017的Visual C ++可重新分发(64-位)
For Windows 64-bit
Visual C++ Redistributable for Visual Studio 2017 (64-bit)
对于Windows 32位
用于Visual Studio 2017的Visual C ++可重新分发(32-位)
For Windows 32-bit
Visual C++ Redistributable for Visual Studio 2017 (32-bit)
运行vcredist_x64.exe
(64位)或vcredist_x86.exe
(32位),然后选择卸载
Run the vcredist_x64.exe
(64-bit) or vcredist_x86.exe
(32-bit) and selectUninstall
最好的问候,
这篇关于苏珊·勒克斯(Suzanne Lux)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!