Hi,
I am recieving an error message that is stoping my document from appearing in my application. Can anyone help me to understand what is going on that causes this error and point me in the right direction to help me resolve it.
The error reads
"System.InvalidCastException:
Unable to cast COM object of type 'System.__ComObject' to class type 'mshtml.HTMLAnchorElementClass'.
COM components that enter the CLR and do not support IProvideClassInfo or that do not have any interop assembly registered will be wrapped in the __ComObject type.
Instances of this type cannot be cast to any other class;
however they can be cast to interfaces as long as the underlying COM component supports QueryInterface calls for the IID of the interface.
at My.UserControls.HTMLView.ExtractControls.ExtractInfoFromToolStrip(HtmlElement element, ToolStrip toolStrip)"
I would be grateful if this could be demonstrated in any way but any pointer would be good to help be find the cause. I have looked at documentation on the microsoft site but dont fully understand what is happening.
Many thanks
Nigel
I am recieving an error message that is stoping my document from appearing in my application. Can anyone help me to understand what is going on that causes this error and point me in the right direction to help me resolve it.
The error reads
"System.InvalidCastException:
Unable to cast COM object of type 'System.__ComObject' to class type 'mshtml.HTMLAnchorElementClass'.
COM components that enter the CLR and do not support IProvideClassInfo or that do not have any interop assembly registered will be wrapped in the __ComObject type.
Instances of this type cannot be cast to any other class;
however they can be cast to interfaces as long as the underlying COM component supports QueryInterface calls for the IID of the interface.
at My.UserControls.HTMLView.ExtractControls.ExtractInfoFromToolStrip(HtmlElement element, ToolStrip toolStrip)"
I would be grateful if this could be demonstrated in any way but any pointer would be good to help be find the cause. I have looked at documentation on the microsoft site but dont fully understand what is happening.
Many thanks
Nigel