LoadLibrary the specified module could not be found

Asked By 35 points N/A Posted on -
qa-featured

Hi Pro Experts,

Something weird happened to my computer when I try to work with Registry server. I get several times the error message popup within seconds and it disappears. I tried very hard to get a screen shot. Please help me get rid of this error message. Your help is great. Thanks.

RegSVr32

LoadLibrary(…………………………)failed. The specified module could not be found. 

SHARE
Answered By points N/A #169416

LoadLibrary the specified module could not be found

qa-featured

There might be any component or dependent file is missing and so making this error. In order to find out what is missing, you can use Process Monitor. This will help you find out the process’s tasks. Start Process Monitor, run your “regsvr32” task, see the log generated by Process Monitor and then find out what is missing. Replace the missing DLL file with a new one and then, re-run the command. You can obtain your DLL file from this website: DLL-Files

Also, make sure that you’re running the task from an administrative account. This is also important to access the required components and dependencies to load properly.

Related Questions