Vcruntime140 Dll Download Windows 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?

Bit
  1. Download the Microsoft Visual C++ 2010 from official Windows website. Vcruntime140.dll is a part of Microsoft Visual C++ 2010 Redistributable Package so downloading and installing it should fix the errors. It will simply restore or re-install this file and other files in case they are missing.
  2. 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.

Vcruntime140.dll a DLL (Dynamic Link Library) file, developed by Microsoft, which is referred to essential system files of the Windows OS. It usually contains a set of procedures and driver functions, which may be applied by Windows. Feb 25, 2018 - And today's error is “VCRUNTIME140.dll is missing”. That's why every Microsoft Windows has a huge library of DLL files to help those third. On this page you can find and download dll files for Windows 10 64 Bit. To keep all the drivers for Windows 10 are up to date is extremely necessary and helpful to avoid some system issues, such as the not found VcRuntime140.dll disappearing. But it may seem snooty to download all the latest drivers manually from the website or device manager.

Ken4scholarsKen4scholars

6 Answers

I had the same issue after installing wamp on windows 10.This worked for me.

  • Download VCRUNTIME140.DLL
  • Copy the dll file to C:WindowsSystem32 using administrative privileges.
  • Try reinstalling apache.
thilina Kjthilina Kj

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.

AkjunAkjun

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

user6029831user6029831

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

Orbay ÖzkanOrbay Özkan

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

Cpt. John PriceCpt. John Price

If you are using Microsoft Visual C/C++ and you have already downloaded VCRUNTIME140.DLL, Go to Project Properties->Configuration Properties-> C/C++ -> Code Generation, Set Runtime Library Multi-threaded (/MT)

Narender KumarNarender Kumar
Vcruntime140

Not the answer you're looking for? Browse other questions tagged windowsapachedll or ask your own question.

In your Windows 10 computer, one of the following errors may occur when you launch a 3rd party program:

The program can’t start because VCRUNTIME140.dll is missing from your computer. Try reinstalling the program to fix this problem.
The code execution cannot proceed because VCRUNTIME140.dll was not found. Reinstalling the program may fix this problem.

VCRUNTIME140.dll is one of the runtime libraries of Microsoft Visual Studio (VC++) 2017 or 2015. VC++ runtime libraries are DLL files required to run programs compiled with Microsoft VC++ / Visual Studio suite. Software vendors usually include the runtime libraries in the setup packages since many versions with the same DLL file name can exist. Here is the list of some Visual C++ runtime library files:

  • mfc140u.dll
  • mfcm140.dll
  • mfcm140u.dll
  • mfc140chs.dll
  • mfc140cht.dll
  • mfc140deu.dll
  • mfc140enu.dll
  • mfc140esn.dll
  • mfc140fra.dll
  • mfc140ita.dll
  • mfc140jpn.dll
  • mfc140kor.dll
  • mfc140rus.dll
  • ucrtbase.dll
  • vcruntime140.dll
  • msvcp140.dll
  • concrt140.dll
  • vccorlib140.dll
  • vcamp140.dll
  • vcomp140.dll

Option 1: Reinstall the affected program

Vcruntime140 Dll Download Windows 10

If you’re receiving the “VCRUNTIME140.dll is missing” error or any error referencing one of the above runtime modules, the best way to fix the problem is by reinstalling the affected software. For instance, Mozilla Firefox uses this runtime module and has a copy of the file in the Firefox program folder. Similarly, OneDrive has a copy of the file in its own program folder.

Option 2: Repair Visual C++ 2015 Redistributable via Apps & Features

Windows Update regularly downloads Microsoft Visual Studio (VC++) 2015 (x86) runtime libraries in your Windows 10 computer. So, another way to fix the error is to repair the Microsoft Visual C++ 2015 redistributable (x86) via Apps & Features in Windows 10.

  • Click Start, Settings. Click Apps & Features.
  • Scroll down and select the entry “Microsoft Visual C++ 2015 Redistributable (x86)”
  • Click Modify.
  • In the Setup screen, click Repair.

This repairs the VC++ redistributables (runtime libraries). See if you can launch that 3rd party program successfully now.

Note that by default, Windows Update only downloads and installs the VC++ 2015 redistributable x86 version in Windows 10, as seen in Apps & Features (Settings) or Programs and Features in the classic Control Panel.

Option 3: Download Visual C++ Redistributable from MS Download Center

Vcruntime140 Missing Windows 8

If the problem persists even after repairing it, you may try downloading the Microsoft Visual C++ 2015 Redistributable from the Microsoft Download Center. For other versions of the VC++ runtimes, see Microsoft article The latest supported Visual C++ downloads. Be sure to download the correct version and bitness (32-bit vs 64-bit) of the runtimes matching the version (VC++ 2015 vs 2017) and bitness of the program you’re trying to run.