The solution to the program that cannot be started because msvcr110 is missing from the computer

  mvcr110.dll is one of the files in C+. If it is missing, it may cause some software to fail to start normally. And mvcr110.dll may be deleted by mistake when the user cleans the system garbage. What if I can't start this program because msvcr110 is missing from my computer?

Can't start this program because msvcr110 is missing from my computer?

  When this happens, the solution is simple. Because mvcr110.dll is one of the files in C++, just install the Microsoft Visual C++ 2012 runtime library. Generally, you can install x86, not x64.

  In addition, you can directly search and download msvcr110.dll, and then put it in the corresponding location.

  The default system drive letter is C drive. If it is another drive letter, you only need to change the C drive to another drive letter.

  1. For Windows 95/98/Me system, copy msvcr110.dll to the C:\Windows\System32 directory.

  2. For Windows NT/2000 system, copy msvcr110.dll to C:\WINNT\System32 directory.

  3. For Windows 7 32-bit system, copy msvcr110.dll to the C:\Windows\System32 directory.

  3. For Windows 7 64-bit system, copy msvcr110.dll to the C:\Windows\SysWOW64 directory.

  4. For Windows XP system, copy msvcr110.dll to the C:\Windows\System32 directory.

  Then open "Start-Run-Enter regsvr32 msvcr110.dll", press Enter to solve the error prompt.

  Original text: http://www.285868.com/jiaocheng/jpc/show-12437.html

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326207113&siteId=291194637
Recommended