PC Review


Reply
Thread Tools Rate Thread

Can't register DLL

 
 
Dan
Guest
Posts: n/a
 
      9th Sep 2004
Got failed to register MSRD2X35.DLL error when installing software. Tried
regsvr32, and got loadlibrary not existing error. Please help.


 
Reply With Quote
 
 
 
 
Dave Patrick
Guest
Posts: n/a
 
      10th Sep 2004
LoadLibrary can fail if the DLL is not in the specified path, or if the
specified path is incorrect. LoadLibrary can also fail if one of the
dependencies of the DLL that you are trying to load is not met; in other
words, if a dependent DLL is not present or is not in the specified path.

1.) If the dll has dependencies or is dependent on others, then it's
important to replace with the same version.
2.) If the dll exports the DLLRegisterServer, DllUnregisterServer functions
then it's best to unregister

regsvr32.exe /u "PathToDLL"
then after replacement
regsvr32.exe "PathToDLL"

INFO: How Regsvr32.exe Registers and Unregisters COM DLLs
http://support.microsoft.com/default.aspx?kbid=207132

Explanation of Regsvr32 Usage and Error Messages
http://support.microsoft.com/default.aspx?kbid=249873

You can run depends.exe against the DLL to check dependencies

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Dan" wrote:
| Got failed to register MSRD2X35.DLL error when installing software. Tried
| regsvr32, and got loadlibrary not existing error. Please help.
|
|


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[HELP]Register doesn't allow install-programs to register dll-file =?Utf-8?B?Q29tcGFjdA==?= Windows XP Help 2 3rd Jul 2007 02:00 PM
I cant figgure out how to un register outlook and register to a new user Dan Leech Microsoft Outlook Installation 0 25th May 2004 08:25 PM
Register... Inform... Windows XP Setup 1 13th Mar 2004 07:55 PM
register a dll niknik1971 Windows XP General 2 16th Oct 2003 10:40 PM
cant get win xp to register samuel Windows XP Networking 0 5th Aug 2003 12:30 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:49 AM.