Problem phenomenon:
After the user opens software such as Photoshop and CAD, they find that the following error messages are displayed:
Problem 1: When they open the applications, they are prompted with a message that the computer cannot find the MSVCR100.DLL file and is unable to execute the code.
Problem 2: When they open the applications, they are prompted with a message that the computer cannot find the MSVCR110.DLL file and is unable to execute the code.
Problem 3: When they open the applications, they are prompted with a message that the computer cannot run the program because it cannot find the MSVCR120.DLL file.
Problem 4: When they open the applications, you will be prompted that the program cannot be started because mfc100u.dll is missing from the computer.
Problem 5: When they open the applications, they are prompted with a message that the computer cannot run the program because it cannot find the MSVCR140.DLL/VCRUNTIME140.DLL file.
Causes:
The system lacks the corresponding DLL dynamic link library.
Note: DLL is the abbreviation of Dynamic Link Library, which means dynamic link library. A DLL file, or dynamic link library file, is an executable file that allows programs to share code and other resources to perform special tasks.
The reason for the DLL error is that when we execute a certain software, the corresponding DLL file will be called, but the software installation package does not contain this file, it is not imported into the system during installation, and the Windows system does not carry this DLL library file, This will cause such an error to occur when installing or opening the software, and the corresponding runtime file needs to be installed at this time.
Solution:
Method one:
Visit the official Microsoft website, search for "VC++run library", and download and install the latest version of VC++. Then restart the computer.
Note: If you are running a 32-bit program, please download the x86 version, if you are running a 64-bit program, please download the x64 version. You can also download both versions if you don't know how many bit programs are running.
Method two:
Open the relevant website for downloading DLL files, search for the missing DLL files to download.
Then add the downloaded DLL file to the following directory or the directory in the error message: C:\Windows\SysWOW64