PC Review


Reply
Thread Tools Rate Thread

cannot register msxml3.dll, strange problem

 
 
=?Utf-8?B?c3VwZXJzdWNrZXI=?=
Guest
Posts: n/a
 
      15th Feb 2005
hi,

i got the following problem:

i want to use bonfire studio (freeware), which contains a xml-editor and
parser, installation was fine, but if i now open an xml - file and click on
"validate xml file" (in other words, starting the parser), i get the
following error:

msxml3.dll not registered

so i did the following
- downloaded msxml3.dll
- copied the dll into WINNT\system32
- typed regsvr32 msxml3.dll in the console

and got the error-message:

"LoadLibrary("msxml3.dll") failed - A DLL-Initialization-routine failed"

regsvr32 msxml.dll and regsvr32 msxml4.dll works, but regsvr32 msxml2.dll
and regsvr32 msxml3.dll not, has somebody an idea how i can fix this?
i am out of ideas.......

thx in advance

 
Reply With Quote
 
 
 
 
Dave Patrick
Guest
Posts: n/a
 
      15th Feb 2005
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

You'll find depends.exe within
\SUPPORT\TOOLS\SUPPORT.CAB


--
Regards,

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

"supersucker" wrote:
| hi,
|
| i got the following problem:
|
| i want to use bonfire studio (freeware), which contains a xml-editor and
| parser, installation was fine, but if i now open an xml - file and click
on
| "validate xml file" (in other words, starting the parser), i get the
| following error:
|
| msxml3.dll not registered
|
| so i did the following
| - downloaded msxml3.dll
| - copied the dll into WINNT\system32
| - typed regsvr32 msxml3.dll in the console
|
| and got the error-message:
|
| "LoadLibrary("msxml3.dll") failed - A DLL-Initialization-routine failed"
|
| regsvr32 msxml.dll and regsvr32 msxml4.dll works, but regsvr32 msxml2.dll
| and regsvr32 msxml3.dll not, has somebody an idea how i can fix this?
| i am out of ideas.......
|
| thx in advance
|


 
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
Re: Problem with msxml3.dll on installing Sage software Richard Windows XP Help 0 28th Sep 2009 04:57 AM
Register MSXML3.dll miggyal Windows XP General 3 30th Jan 2009 04:46 PM
Problem with msxml3.dll elale63 Windows XP General 1 11th May 2008 07:09 PM
MSXML3.DLL fails to register April Microsoft Windows 2000 Setup 5 10th Feb 2008 06:14 PM
MSXML3.DLL Problem FrankL Windows XP Internet Explorer 2 14th Apr 2005 02:38 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:23 AM.