I am creating a pipeline component using .net class library Where I want to pass an HTML document as a input and get a XMLdocument as output,
I am getting an error in this line
HtmlDocument OrgDoc= new HtmlDocument
The error is no constructor for HTML document do I miss some reference if yes what it that. Actually I am using system.windows.forms.htmldocument.
Any suggestions to rectify the error is welcomed.