30

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

Community
  • 1
  • 1
Neel Kamal Neeraj
  • 303
  • 1
  • 3
  • 6
  • Possible duplicate of [api-ms-win-crt-runtime-l1-1-0.dll is missing when open office file](http://stackoverflow.com/questions/33265663/api-ms-win-crt-runtime-l1-1-0-dll-is-missing-when-open-office-file) – Pacerier Apr 11 '16 at 15:16
  • The simple and best solution is to downgrade and download PHP 5.6.39 Or PHP 7.0.3 – Zahid Khan Jan 14 '19 at 10:49

2 Answers2

15

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.

Vilthering
  • 326
  • 3
  • 16
9

Download the Visual C++ Redistributable 2015

Updated links to VC++ file:

For Windows 64-bit

For Windows 32-bit

Clay Nichols
  • 11,090
  • 25
  • 101
  • 162