MSVCR100D.dll many issues.

cloudhalo

Honorable
Dec 2, 2012
24
0
10,510
I am opening an application that gives me the error that this dll is not installed in my computer. So I go to the Microsoft site an install the proper visual studio (since other people have this problem I just went on their forum an downloaded the links to the visual studio package) and none of them install this particular dll file(tried both 1 at a time). So I go online to download the file an put it in my system 32 folder but when i open my command prompt and type regsvr msvcr100d.dll to check if its actually there it gives me an error an says 32 bit version is not compatible with the x64 or x86 that i am using. So i restart pc, and have even put this dll file in the application thats giving the error, but still the same thing? help? Or where can I download a 64 bit version of msvcr100D.dll
since I cant seem to find it through the Microsoft packages and even through this online dll websites?
 
Solution


All required dlls will be installed with Visual Studio. In order for the application to work, it needs to be the same version that was used to compile the program. This should be Visual Studio 10 SP1.

cloudhalo

Honorable
Dec 2, 2012
24
0
10,510
The application is an aimbot or color aimbot. When I open it it requires a dll which is what the owner said it would, and he said to just downloaded it an the application should open fine. The aimbot is for a game which when the file is open you type in the games name an it will inject itself in that game.
 


Just copying in the dll and registering it won't be enough.
You have two options:
- Install Visual Studio 2010 on your computer
- Have the person who developed it recompile as a release version rather than a debug version.
 


All required dlls will be installed with Visual Studio. In order for the application to work, it needs to be the same version that was used to compile the program. This should be Visual Studio 10 SP1.
 
Solution