When i try to register DLL file on windows 7 (32 bit), it gives the following error.

The module "XYZ.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

I don't have any issues on windows Xp or windows Vista.

Do you have any suggestions?

link|improve this question
feedback

1 Answer

up vote 4 down vote accepted

You will be missing a dll on which the one you're trying to register is dependent.

You can use Dependency Walker to check this.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.