Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

php

apache

perl

dll

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

like image 488
Neel Kamal Neeraj Avatar asked Jan 12 '16 09:01

Neel Kamal Neeraj


People also ask

How do I fix the API MS CRT runtime l1 1 0 dll is missing?

The missing dll api-ms-win-crt-runtime-l1-1-0. dll is installed with a Windows update. To resolve this issue, download and install the Update for Universal C Runtime in Windows from Microsoft.

What does API-MS-Win-CRT-runtime-l1-1-0 dll mean?

If, during an install, you receive the error 'api-ms-win-crt-runtime-l1-1-0. dll is missing' this is due to Microsoft® Windows updates not being applied. To fix this you need to: Install Windows updates by: Go to Start > Control Panel > Windows Updates.


1 Answers

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.

like image 96
Vilthering Avatar answered Sep 20 '22 12:09

Vilthering