XMLdom Document 3.0 Msxml3.dll

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

I need to fix registry changes in xmldom document 3.0 msxml3.dll’ of Microsoft XML 3.0 SP1. How do I make the changes? Please suggest.

SHARE
Answered By 10 points N/A #287752

XMLdom Document 3.0 Msxml3.dll

qa-featured

As per Microsoft, some registry information has been modified in XML SP1 to coincide with MSXML 3.0. Open ‘regedit’ from ‘run’ menu and find out the following registry keys that need to be changed.

  • HKEY_CLASSES_ROOT\Microsoft.XMLParser.1.0
  • HKEY_CLASSES_ROOT\Msxml2.FreeThreadedDOMDocument.3.0

The default name of first key is changed to “XML Parser” from “XML Parser0.” The default name of second key is changed from “Free Threaded XML DOM Document30” to “Free Threaded XML DOM Document 3.0.”

Related Questions