Page 1 of 1

Problem I have when I try to make rip

Posted: 18 Jun 2016, 12:05
by ZzZChoi
The procedure entry point _crIsTailoredApp could not be located in the dynamic link library msvcr110.dll

This pops up everytime and don't how to fixed it plz help!

Re: Problem I have when I try to make rip

Posted: 20 Jun 2016, 16:35
by DllAdmin
Hello ZzZChol,

An error message like "The procedure entry point could not be found" indicates that the program accessing this file is trying to find the "entry point" in the dll-file, but was unable to. This means the program accessing this file is expecting another version.

Try installing a version different from the one you currently use.

This dll-file is a part of the "Microsoft Visual C++ 11.0 redistributable package".
If replacing this single file does not help, re-install the complete package.

If using a 32bit (x86) Windows system, install the 32bit (x86) version.
If using a 64bit (x64) Windows system, install both the 32bit (x86), and the 64bit (x64) versions.

Available from Microsoft at;
https://support.microsoft.com/en-us/kb/2977003

Erik
DLL-Files.com