Reputation: 537
We have a component using MSXML4.0. It failed on a test environment with Windows Server 2003. But works on test environment with Windows 7.
I suspect the first environment doesn't have MSXML4.0. Is that possible? And why later version of Windows have it?
Upvotes: 0
Views: 2866
Reputation: 4607
MSXML6 is shipped with Windows 7, MSXML 4 was shipped as an independent downloadable resource. See Information Source
Upvotes: 1