Xml Dom Document 6.0 Msxml6.dll

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

I need to fix registry changes in xml dom document 6.0 msxml6.dllof Microsoft XML 6.0 SP2. How do I make the changes? Please suggest.

SHARE
Answered By 10 points N/A #287754

Xml Dom Document 6.0 Msxml6.dll

qa-featured

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

  • HKEY_CLASSES_ROOT\Microsoft.XMLParser.2.0
  • HKEY_CLASSES_ROOT\Msxml2.FreeThreadedDOMDocument.6.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 Document60” to “Free Threaded XML DOM Document 6.0.”

Related Questions