php 程序无法启动,因为在我的计算机上启动 Apache 服务器时缺少 api-ms-win-crt-runtime-l1-1-0.dll
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/34740438/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
The program can't start because api-ms-win-crt-runtime-l1-1-0.dll is missing while starting Apache server on my computer
提问by Neel Kamal Neeraj
In order to quickly set up my PHP/Perl development environment, I installed xampp. Specifically, I attempted to install using: xampp-win32-7.0.1-0-VC14-installer
.
为了快速设置我的 PHP/Perl 开发环境,我安装了xampp。具体来说,我尝试使用以下方法进行安装:xampp-win32-7.0.1-0-VC14-installer
.
When I started the program, I ran into an error related to a dll
file. I also tried the suggestions in this questionthat sounded like fixes to the same problem.
当我启动程序时,我遇到了与dll
文件相关的错误。我还尝试了这个问题中的建议,这些建议听起来像是对同一问题的修复。
The problem is still not fixed after trying the above.
尝试上述方法后问题仍未解决。
采纳答案by Vilthering
I was facing the same issue. After many tries below solution worked for me.
我面临着同样的问题。经过多次尝试,以下解决方案对我有用。
Before installing VC++ install your windows updates. 1. Go to Start - Control Panel - Windows Update 2. Check for the updates. 3. Install all updates. 4. Restart your system.
在安装 VC++ 之前安装 Windows 更新。1. 转到开始 - 控制面板 - Windows 更新 2. 检查更新。3. 安装所有更新。4. 重新启动系统。
After that you can follow the below steps.
之后,您可以按照以下步骤操作。
@ABHI KUMAR
@ABHI 库马尔
Download the Visual C++ Redistributable 2015
下载 Visual C++ Redistributable 2015
Visual C++ Redistributable for Visual Studio 2015 (64-bit)
适用于 Visual Studio 2015 的 Visual C++ Redistributable(64 位)
Visual C++ Redistributable for Visual Studio 2015 (32-bit)
适用于 Visual Studio 2015 的 Visual C++ Redistributable(32 位)
(Reinstal if already installed) then restart your computer or use windows updates for download auto.
(如果已安装,请重新安装)然后重新启动计算机或使用 Windows 更新自动下载。
For link download https://www.microsoft.com/de-de/download/details.aspx?id=48145.
链接下载https://www.microsoft.com/de-de/download/details.aspx?id=48145。
回答by Clay Nichols
Download the Visual C++ Redistributable 2015
下载 Visual C++ Redistributable 2015
Updated links to VC++ file:
更新到 VC++ 文件的链接: