The module '' msvcr90.dll '' failed to load

Here you can find everything you need to know about Dll-Files. You can also share your knowledge regarding the topic.

Moderators: DllAdmin, DLLADMIN ONLY

Post Reply
Khiug
Posts: 1
Joined: 17 Mar 2016, 01:45

The module '' msvcr90.dll '' failed to load

Post by Khiug »

(Hello I am Brazilian then my English can be a bit wrong)

The error happens when I try to start a game. When I try to download the 'dll' and use the cmd command to apply the instructions (regsvr32 msvcr90.dll) another error appears that is

'' The module '' msvcr90.dll '' failed to load.

Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .DLL files

The specified module Could Not Be found ''

advertisement
DllAdmin
Site Admin
Posts: 452
Joined: 17 Mar 2011, 12:32
Contact:

Re: The module '' msvcr90.dll '' failed to load

Post by DllAdmin »

Hi Khiug,

How to register a dll-file:

For 32bit dll-files on a 32bit Windows, and for 64bit dll-files on a 64bit Windows:

Open an elevated command prompt.

To do this, click Start, click All Programs, click Accessories, right-click "Command Prompt", and then click Run as administrator.

In Windows 8/8.1/10, go to the Start screen. Start typing cmd and Windows will find "Command Prompt". Right click "Command Prompt" and choose "Run as administrator.
If you are prompted for an administrator password or for a confirmation, type the password, or click Allow.

Type regsvr32 msvcr90.dll and press Enter.

Registering 32bit dll-files on a 64bit windows:

Open an elevated command prompt, as instructed above.

In the command prompt, start by typing :
cd c:\windows\syswow64\
and press enter.
then type the following and press enter:
regsvr32 c:\windows\syswow64\msvcr90.dll

Far from all dll files needs to be registered, and many are not even built with the function needed to be registered.

Place the msvcr90.dll in the same folder as the program requesting it.

f.ex. C:\Program Files (x86)\program name\msvcr90.dll

Erik
DLL-Files.com

Post Reply