The program can't start because api-ms-win-crt-runtime-l1-1-0.dll is missing while starting Apache server on my computer

214,999

Solution 1

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.

After that you can follow the below steps.

@ABHI KUMAR

Download the Visual C++ Redistributable 2015

Visual C++ Redistributable for Visual Studio 2015 (64-bit)

Visual C++ Redistributable for Visual Studio 2015 (32-bit)

(Reinstal if already installed) then restart your computer or use windows updates for download auto.

For link download https://www.microsoft.com/de-de/download/details.aspx?id=48145.

Solution 2

Download the Visual C++ Redistributable 2015

Updated links to VC++ file:

For Windows 64-bit

For Windows 32-bit

Share:
214,999
Neel Kamal Neeraj
Author by

Neel Kamal Neeraj

Updated on July 26, 2020

Comments

  • Neel Kamal Neeraj
    Neel Kamal Neeraj almost 4 years

    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.

    When I started the program, I ran into an error related to a dll file. I also tried the suggestions in this question that sounded like fixes to the same problem.

    The problem is still not fixed after trying the above.

    screenshot of error