ASP to ASP.Net Migration Issue - TechRepublic
Question
January 29, 2008 at 09:14 PM
sunil_s

ASP to ASP.Net Migration Issue

by sunil_s . Updated 18 years, 6 months ago

Getting this Error.

Unable to cast COM object of type ‘System.__ComObject’ to interface type ‘MSXML.DOMDocument’. This operation failed because the QueryInterface call on the COM component for the interface with IID ‘{2933BF81-7B36-11D2-B20E-00C04F983E60}’ failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.InvalidCastException: Unable to cast COM object of type ‘System.__ComObject’ to interface type ‘MSXML.DOMDocument’. This operation failed because the QueryInterface call on the COM component for the interface with IID ‘{2933BF81-7B36-11D2-B20E-00C04F983E60}’ failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).

This discussion is locked

All Comments