Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VCRUNTIME140.dll missing

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?

like image 464
Ken4scholars Avatar asked Dec 27 '15 16:12

Ken4scholars


People also ask

How do I replace vcruntime140 DLL?

Type "VCRUNTIME140.dll" in the search input and click "Search for DLL file". Select VCRUNTIME140.dll in the search results. Click "Install". To manually replace VCRUNTIME140.dll, begin by downloading a suitable version from this page. Open the zip-file you downloaded from DLL-files.com . Extract the DLL-file to a known location on your computer.

How do I fix the “vcruntime140” or ”vcomp110” error?

- Epic Games Support How do I fix the “VCRUNTIME140.dll is missing” or "VCOMP110.dll was not found" error? If you received this error message, you need to reinstall the Microsoft Visual C++ Redistributables on your PC. You can locate and download them here. After you finish installing them, restart your PC and try launching your game again.

How to fix Visual Studio 2015 error code 140 on Windows 10?

You can also fix the error by downloading the vcruntime140.dll file in particular and moving it to the right folder on your Windows 10 computer. Step 1: Download the Visual Studio 2015 Redistributable installation package from the official Microsoft Visual C++ redistributable download page.

What does it mean when Visual C++ DLL is missing?

VCRUNTIME140.DLL is missing from your computer is an error that can prevent programs from starting. The message informs about a missing or corrupted Microsoft Visual C++ Redistributable file.


2 Answers

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.

like image 126
Akjun Avatar answered Oct 29 '22 05:10

Akjun


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

like image 35
user10496632 Avatar answered Oct 29 '22 05:10

user10496632