Win7 open software prompt "Cannot find Msvcp50.dll" solution

  

Win7 opens the software prompt "Cannot find the solution for Msvcp50.dll". Recently, a user encountered Win7 32-bit system to open the software prompt "Can't find Msvcp50.dll"; What should I do? Win7 system often encounters DLL loss problem, some users open the software error, prompt "cannot find Msvcp50.dll" ;, the program can not run, seriously affect the work effect, is there any way to solve it? For this problem, the following Xiaobian share Win7 open software prompts "Can not find the solution of Msvcp50.dll".

Tips for error refer to the following figure:

Solution:

First, if you are running a software or compiler, the prompt is missing, you can not find Msvcp50.dll and other similar tips You can copy Msvcp50.dll downloaded from (download address: Msvcp50.dll) to the specified directory (usually the system system directory or put it in the software directory), or re-add the file reference.

Second, after you download the file from our website, first unzip it (usually rar compression package), then select X86/X64 according to your system, X86 is 32-bit computer, X64 is 64 Computer. By default, 32-bit systems are supported. If you don't know X86 or X64, you can read this article.

Download address: Msvcp50.dll

Third, select the file version according to the software. This step is more complicated. If it is a Windows dll file, the

version number starts with 5.0 or contains nt files that are generally Windows2000.

Files with a version number starting with 5.1 or containing xp, xpsp1, xpsp2, and xpsp3 are generally Windows XP files.

Files with a version number starting with 6.0 or containing longhorn and vista information are generally Windows Vista files.

Files with a version number starting with 6.1 or containing Win7 information are generally Windows 7 files. If it is not a Windows dll file, you need to flexibly check the version number, description, information provided by the user, and the version number of the relevant dll to judge.

Fourth, directly copy the file to the system directory:

1, Windows 95/98/Me system, copy Msvcp50.dll to C: WindowsSystem directory.

2, Windows NT /2000 system, copy Msvcp50.dll to the C: WINNTSystem32 directory.

3, Windows XP/WIN7/Vista system (64-bit system corresponding to 64-bit dll files, 32-bit system corresponding to 32-bit dll files), copy Msvcp50.dll to C: WindowsSystem32 directory.

4, if your system is 64-bit, please copy the 32-bit dll file to C: WindowsSysWOW64 directory specific method can refer to this article: Win7 64-bit Ultimate system running regsvr32.exe prompt version Incompatible

5. Open “Start-Run-Enter regsvr32 Msvcp50.dll”, press Enter to solve.

By downloading the dll friends, you can save the following code as "register.bat", put it in the same directory of the dll file (as long as you have these two files in the same folder) Double-clicking Register .bat will automatically complete Msvcp50.dll registration (Win98 does not support).

The following is the registration bat code corresponding to the dll version of the system. Use Notepad to record and modify the suffix bat. (Note: 64-bit system corresponds to 64-bit dll file, 32-bit system corresponds to 32-bit dll file. If 64-bit system installs 32-bit dll file, please replace system32 below with SysWOW64.)

@echo Start registering copy msvcp50.dll %windir%system32 regsvr32 %windir%system32msvcp50.dll /s @echo msvcp50.dll registered successfully @pause

Win7 opens the software prompt "Cannot find Msvcp50. The solution for dll” is shared here. Users who have encountered the same situation can refer to the content of this tutorial.

Copyright © Windows knowledge All Rights Reserved