简体   繁体   English

Api-ms-win-core-crt-l1-1-0.dll - Microsoft Visual C++ 2015 Redistributable(vc_redist.x64.exe 和 vcredist_x86.exe)无法安装

[英]Api-ms-win-core-crt-l1-1-0.dll - Microsoft Visual C++ 2015 Redistributable (vc_redist.x64.exe and vcredist_x86.exe) fails to install

After probably the installation of an outdated program messsed up some libraries, the window "Missing Api-ms-win-core-crt-l1-1-0.dll" popped when starting particular programs.可能是安装了过时的程序弄乱了一些库,启动特定程序时会弹出“缺少 Api-ms-win-core-crt-l1-1-0.dll”窗口。

As solution the installation of "Microsoft Visual C++ 2015 Redistributable (vc_redist.x64.exe and vcredist_x86.exe)" is recommended.作为解决方案,建议安装“Microsoft Visual C++ 2015 Redistributable (vc_redist.x64.exe and vcredist_x86.exe)”。 However, this installation permanently failed.但是,此安装永久失败。

Also the installation of Visual Studio 2015 itself failed, because the necesssary KB2999226 also faild to install.同样,Visual Studio 2015 本身的安装也失败了,因为必要的 KB2999226 也安装失败。 Manual installation of KB2999226 KB2999226 手动安装

wusa.exe Windows6.1-KB2999226-x64.msu /extract:XXXX

DISM.exe /Online /Add-Package /PackagePath:XXXX\\Windows6.1-KB2999226-x64.cab DISM.exe /Online /Add-Package /PackagePath:XXXX\\Windows6.1-KB2999226-x64.cab

seemed to work (package successfuly added) but did not help.似乎工作(包成功添加),但没有帮助。 Visual Studio 2015 and vc_redist.x64.exe failed to install. Visual Studio 2015 和 vc_redist.x64.exe 安装失败。

Here is what finally helped: Re-Installation of SP 1 for Windows 7.以下是最终帮助:重新安装适用于 Windows 7 的 SP 1。

As a matter of fact my system already had SP 1 for Win 7 installed.事实上,我的系统已经安装了适用于 Win 7 的 SP 1。 But obviously some fixes seemded to be broken.但显然有些修复似乎被破坏了。 Re-Installation (Repair) of SP 1 for Win 7 helpd.为 Win 7 重新安装(修复)SP 1 有帮助。 After that, KB2999226 still did not install, but vc_redist.x64.exe and vcredist_x86.exe did and the "Api-ms-win-core-crt-l1-1-0.dll" problem disappeared.之后KB2999226仍然没有安装,但是vc_redist.x64.exe和vcredist_x86.exe安装了,“Api-ms-win-core-crt-l1-1-0.dll”问题消失了。

To be on the safe side try this:为了安全起见,试试这个:

Re-Install SP 1 for Win 7
manually install KB2999226

wusa.exe Windows6.1-KB2999226-x64.msu /extract:XXXX DISM.exe /Online /Add-Package /PackagePath:XXXX\\Windows6.1-KB2999226-x64.cab wusa.exe Windows6.1-KB2999226-x64.msu /extract:XXXX DISM.exe /Online /Add-Package /PackagePath:XXXX\\Windows6.1-KB2999226-x64.cab

Repair: vc_redist.x64.exe and vcredist_x86.exe

If that doesn't work just try steps 1. and 3. (leave manual installation of KB2999226 out)如果这不起作用,请尝试步骤 1. 和 3.(不要手动安装 KB2999226)

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 找不到 platoform 64x 的库 teserract41.dll- 安装 vc_redist.x64.exe 后 - failed to find library teserract41.dll for platoform 64x- After installing vc_redist.x64.exe 为什么要安装Microsoft Visual C ++ 2010 Redistributable Package x86来使用SQLite? - Why install Microsoft Visual C++ 2010 Redistributable Package x86 to use SQLite? x64 Appdomain中的x86程序集-x86 exe可以工作,x86 dll失败 - x86 Assembly in x64 Appdomain - x86 exe works, x86 dll fails 在位置 C:\\Program Files (x86)\\Microsoft Visual Studio 11.0 找不到 ildasm.exe - Could not find ildasm.exe at location C:\Program Files (x86)\Microsoft visual studio 11.0 c#visual studio使用目标anycpu构建exe,但在调用进程平台(x86 / x64)上确定其平台(x86 / x64) - c# visual studio build exe with target anycpu but that determines its platform(x86/x64) on the calling process platform(x86/x64) 如何检查设备上是否安装了 Microsoft Visual C++ 2015 Redistributable - How to Check if Microsoft Visual C++ 2015 Redistributable Installed on a Device 当exe在64位计算机上为x86(32bit)时,dll是否将以32位或64位加载? - Will dll be loaded as 32bit or 64bit when exe is x86(32bit) on a 64bit machine? 错误MSB3073:命令““ C:\\ Program Files(x86)\\ Microsoft Xbox 360 SDK \\ bin \\ win32 \\ xbreboot.exe”退出,代码为1 - error MSB3073: The command “”C:\Program Files (x86)\Microsoft Xbox 360 SDK\bin\win32\xbreboot.exe“” exited with code 1 在构建服务器上的两个平台(x86 + x64)上构建C ++ dll - Build C++ dll to both platforms (x86+x64) on build server 如何在UWP软件包中将VC ++ 2015 x86和x64添加为依赖项? - how to add VC++ 2015 x86 and x64 as a dependencies in UWP package?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM