hi,
I downloaded the build 1.4.5 and put the .dll file in my bin\debug folder, added a reference the HtmlAgilityPack.dll to my project. Meanwhile, the following code produces the message: "Unreachable code detected". However, it does compile.
HtmlAgilityPack.HtmlDocument doc = new HtmlAgilityPack.HtmlDocument(); doc.LoadHtml("Request.html");
Any idea what is going on? thanks! Acheo.