VCRUNTIME140.dll missing

apache, dll, windows

Solution

I had the same issue after installing wamp on windows 10.This worked for me.

- Download VCRUNTIME140.DLL

- Copy the dll file to `C:\Windows\System32` using administrative privileges.

- Try reinstalling apache.

Problem

I have a problem when trying to install apache 2.4 on my windows 10. It always shows the error that VCRUNTIME140.dll is missing. I have checked other threads and found out that installing the 2015 Visual c++ Redistributables x64/x86 always solves the problem but I have both installed and I still have this problem. Are there any other solutions?

Original source

Related problems