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