2022-02-25 14:40:35
Problem phenomenon:
Windows system installation to run the application prompted that it could not start this program because the computer was missing msvcr100.dll, as shown in the figure:
Problem causes:
msvcr100.dll is a dynamic link library for Visual Studio 2010. If a program is developed with it, it is possible that this dynamic link library is needed for the program to run. Some programs package it directly into the installation directory and register it, so there is no missing problem; however, some programs have this dynamic link library in the system by default, so they do not handle it, so the missing problem will occur
Solution:
Download a msvcr100.dll file from the Internet, usually in the form of a zip file, download it and extract the file to the appropriate directory.
If you download the 32-bit MSVCR100.dll and your system is also 32-bit, copy it to the C:\Windows\System32 directory. If it is a 64-bit system, put it in C:\Windows\SysWOW64.
If you download the 64-bit MSVCR100.dll and your system is 64-bit, copy it to the C:\Windows\System32 directory. 32-bit system is not compatible with 64-bit MSVCR100.dll.
Type in regsvr32 msvcr100.dll when running to register it.
If your problem cannot be solved, please submit a ticket to us.
我们的产品专家为您找到最合适的产品/解决⽅案
1v1线上咨询获取售前专业咨询
专业产品顾问,随时随地沟通