Share via

When I attempt to download Adobe Reader, I get this error message: The code execution cannot proceed because MSVCP140.dil was not found.

Paul 0 Reputation points
2026-03-11T18:33:25.4133333+00:00

When I attempt to download Adobe Reader, I get this error message: The code execution cannot proceed because MSVCP140.dil was not found. It does not accept the download at all even though Adobe OR Microsoft Store will report, "Downloading" & "Downloading Complete" & "Installed" but it cannot be found anywhere in any files despite these claims.

Windows for home | Other | Apps
0 comments No comments

2 answers

Sort by: Most helpful
  1. David-M 109.5K Reputation points Independent Advisor
    2026-03-11T19:26:58.3966667+00:00

    Hi. I'm David, and I'm happy to help you.


    The lack of this DLL can be fixed by installing Visual C++ Redistributable v14.

    Download from the links below. I suggest you install both the x86 and x64 versions.

    x86: https://aka.ms/vc14/vc_redist.x86.exe

    x64: https://aka.ms/vc14/vc_redist.x64.exe

    Source: https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist


    If the error persists, please let me know.


    Feel free to ask any questions you may have.

    0 comments No comments

  2. Q&A Assist
    2026-03-11T18:33:45.8066667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The error indicates that the Microsoft Visual C++ runtime DLL (MSVCP140.dll) required by Adobe Reader is missing or not correctly installed. This is a Windows/Visual C++ issue, not an Office or Microsoft Store problem.

    To resolve it in a more permanent way (similar to other MSVC DLL issues like MVC140.dll):

    1. Standardize and repair the Microsoft Visual C++ Redistributables on the machine:
      • Uninstall older or conflicting Microsoft Visual C++ Redistributable versions that may have been installed by other apps.
      • Install or reinstall the latest supported Microsoft Visual C++ 2015–2022 Redistributable (x86 and x64) from Microsoft.
      • This ensures the correct MSVCP140.dll is present and registered.
    2. Prevent older apps from reintroducing bad/old DLLs:
      • Some software (including CAD or Adobe-related tools) can drop their own outdated C++ runtime DLLs into system or application folders, which then break newer apps.
      • Review recently installed applications and their installers; if any bundle old Visual C++ redistributables, update or block those installers in your environment.
    3. Use automation only to verify, not just repeatedly repair:
      • Instead of manually repairing redistributables every time something fails, use a script or management tool to check that the correct 2015–2022 redistributable version is present after Windows Updates or software installs, and remediate only when it is missing or downgraded.

    Once the correct Visual C++ redistributables are installed and consistent, retry installing or launching Adobe Reader; the MSVCP140.dll error should no longer appear, and the application should complete installation and run normally.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.