Monday, August 17, 2020

The Code Execution Cannot Proceed because MSVCR100.dll was not found. SOLVED

Problem:

Showing MSVCR100.dll missing error "The Code Execution Cannot Proceed because MSVCR100.dll was not found" while launching the application.



Reason:

Some application which is depended on MSVCR100.dll file will show the above error if this file is not present in the program directory.


Solution:

1) . Download the "MSVCR100.dll" from below url.

DLL Download Page

Caution: 

If your application is 32 bit, download "MSVCR100.dll" for 32 bit architecture.

If your application is 64 bit, download "MSVCR100.dll" for 64 bit architecture.

Don't choose 32 bit or 64 bit architecture as per OS architecture.

2) . Copy the downloaded "MSVCR100.dll" to the program folder.

In my example, my program folder is "C:\Program Files\MyApp"


   

No comments:

Post a Comment

Enter Comments...