Hi
I have added the htmlagilitypack.dll in my .net windows application in reference.
While building my solution its throwing a compile time error as
Error 1 The type or namespace name 'HtmlAgilityPack' could not be found (are you missing a using directive or an assembly reference?) C:\Prem\HTMLToTextExtraction\HTMLToTextExtraction\HtmlToText.cs 5 7 HTMLToTextExtraction
can anyone help me in resolving this issue.
I have added the htmlagilitypack.dll in my .net windows application in reference.
While building my solution its throwing a compile time error as
Error 1 The type or namespace name 'HtmlAgilityPack' could not be found (are you missing a using directive or an assembly reference?) C:\Prem\HTMLToTextExtraction\HTMLToTextExtraction\HtmlToText.cs 5 7 HTMLToTextExtraction
can anyone help me in resolving this issue.