VCRUNTIME140.dll missing

2019-02-23 10:37发布

问题:

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?

回答1:

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.


回答2:

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.



回答3:

On Windows 6 X64, got an error 500 on any PHP files, installing the 2015 Visual c++ Redistributables x64 solved my problem.



回答4:

1- Remove apache 2.4 from your pc
2- Download VCRUNTIME140.dll from this link
3- Copy VCRUNTIME140.dll file and paste it inside to Windows/System32
4- Finally reinstall apache and run