FIX: MSVCR120.dll was not found or MSVCP140.DLL was not found (Solved)
This tutorial contains instructions to fix the "MSVCR120.dll was not found" and the "MSVCP140.DLL was not found" error(s), when you try to run a program in Windows 10, 8 or 7 OS.
Problem in details: When you trying to run an application that needs the Visual Studio you receive the error: "Application.exe – System Error: The code execution cannot proceed because MSVCR120.dll was not found. Reinstalling the program may fix this problem".
How to fix: MSVCR120.dll or MSVCP140.DLL is Missing/Not Found.
The System Error "The code execution cannot proceed because MSVCR120.dll is missing" or "MSVCP140.DLL is missing", appears because the Visual Studio 2013 was not installed on the machine. So, if you are getting the above error, proceed and install the "Visual C++ Redistributable Packages for Visual Studio 2013". To do that:
1. Navigate to the below link and click Download.
2. At the next screen check both the vcredist_x64.exe & vcredist_x86.exe checkboxes and click Next.
3. Save the two (2) files on your computer.
4. When the download is completed…
a. Install both the downloaded files ("vcredist_x86.exe" & "vcredist_x64.exe"), if you own 64-bit version of Windows, or
b. Install only the"vcredist_x86.exe" if you own 32-bit Windows version.
5. When the installation is completed, run your program. The "MSVCR120.dll Was Not Found" or the "MSVCP140.DLL was not found" error(s) should be resolved.
That's it! Let me know if this guide has helped you by leaving your comment about your experience. Please like and share this guide to help others.
- How to Update Third-Party Apps via Intune using WinGet AutoUpdate for Intune. - May 14, 2026
- How to Effectively Remove or Disable Microsoft Copilot on Windows 11. - May 11, 2026
- FIX: Device encryption is temporarily suspended and does not resume after the computer restarts (Windows 11). - May 5, 2026


June 11, 2024 @ 5:46 am
Thanks a lot! That work!
September 11, 2021 @ 10:24 pm
It really worked..Thanks a lot!!