vote up 0 vote down star

i have a dependancy on MSXML 4.0.

Microsoft has a page that gives the CLSID and ProgIDs of various MSXML 4.0 objects:

Symbolic Name: CLSID_DOMDocument40
         GUID: {88d969c0-f192-11d4-a65f-0040963251e5}
       ProgID: Msxml2.DOMDocument.4.0

Symbolic Name: CLSID_XMLSchemaCache40
         GUID: {88d969c2-f192-11d4-a65f-0040963251e5}
       ProgID: Msxml2.XMLSchemaCache.4.0

But none of the ProgIDs or the CLSIDs are registered on my Vista machine, or on colleague's XP machine.

  • Was MSXML 4.0 only shipped with some version of Office (e.g. Office 2003)?
  • Did it originally ship with Windows XP, but a later service pack removed it?
  • Was there a security vulnerability, and it's been depricated?
  • Has it simply been depricated?

i'm willing to move to MSXML 5.0, which is available on Windows XP and Windows Vista machines - but i'd like to be sure that i have the widest possible compatibility; and i would have thought MSXML 4.0 would be more widely available than MSXML 5.0.

Microsoft does recommend that i use MSXML 6.0:

It is recommended that you upgrade from earlier versions of MSXML to MSXML 6.0. MSXML 6.0 provides security and performance improvements over earlier MSXML versions.

flag

55% accept rate
1  
Having used MSXML before, I would recommend "upgrading" to System.Xml from .NET. I did. – Adrian Godong Jul 2 at 18:20
If i can take a dependancy on System.Xml, without requiring the Common Language Runtime, then i'm in! – Ian Boyd Jul 2 at 19:08
Not sure if you are serious, but... No, you cannot take a dependency on System.Xml without also depending on the CLR. – Cheeso Jul 14 at 22:02

1 Answer

vote up 0 vote down

Check out the Q&A which-version-of-msxml-should-i-use?

The short answer for you is: use MSXML6.

link|flag
MSXML 5.0 is part of Office 2003 I believe. Maybe 2007 as well. MSXML 4.0 was an older version of what became 6.0 (thanks Office team!) and it requires deployment just like 6.0 on downlevel systems. If you can't use the fallback (3.0) then stick with 6.0. – Bob Riemersma Aug 31 at 4:00

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.