VCRUNTIME140.dll missing

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.

Download and install the proper version of Microsoft Visual C++ 2015 Redistributable Update 3 RC regarding your hardware architecture (x86 / x64). Use the link below:
Microsoft Visual C++ 2015 Redistributable Update 3 RC


You need to install Microsoft Visual C++ 2015 Redistributable Update 3 RC, please find the link here, choose between the 32bit or the 64bit.

Reinstall the apache 2.4 and error should gone.