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?
相关问题
- How to know full paths to DLL's from .csproj f
- Stop .htaccess redirect with query string
- Inheritance impossible in Windows Runtime Componen
- how to get running process information in java?
- Is TWebBrowser dependant on IE version?
相关文章
- 如何让cmd.exe 执行 UNICODE 文本格式的批处理?
- 怎么把Windows开机按钮通过修改注册表指向我自己的程序
- vs2017wpf项目引用dll的路径不正确的问题
- Apache+Tomcat+JK实现的集群,如果Apache挂了,是不是整个服务就挂了?
- Warning : HTML 1300 Navigation occured?
- Bundling the Windows Mono runtime with an applicat
- Windows 8.1 How to fix this obsolete code?
- How reliable is HTTP_HOST?
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 had the same issue after installing wamp on windows 10.This worked for me.
C:\Windows\System32
using administrative privileges.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.
On Windows 6 X64, got an error 500 on any PHP files, installing the 2015 Visual c++ Redistributables x64 solved my problem.