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):
- 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.
- 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.
- 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: