VCRUNTIME140.dll missing

2019-02-23 10:10发布

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?

4条回答
趁早两清
2楼-- · 2019-02-23 10:28

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

查看更多
你好瞎i
3楼-- · 2019-02-23 10:32

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.
查看更多
啃猪蹄的小仙女
4楼-- · 2019-02-23 10:35

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.

查看更多
够拽才男人
5楼-- · 2019-02-23 10:36

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

查看更多
登录 后发表回答