Hi All, I am using MSXML4 and following are the lines of code,
IXMLDOMDocumentPtr pXMLDoc; hr = pXMLDoc.CreateInstance(__uuidof(DOMDocument)); here the CoCreateInstance of DOMDocument fails giving the HR value as "ClassFactory cannot supply requested class". Can any give me possible reason for this ? TIA. Amit.
