Our application written in VB6 uses DOMDocument40 which is an object exposed in MSXML6.dll in older versions of Windows.
The MSXML6.dll with Windows8 is different and does not expose DOMDocument40, causing our application to break on customers who upgrade to Windows8.
Is there any solution except we change our app to use DOMDocument60 and supply an update to all our customers?