Web scraping with HtmlAgilityPack - Could not load file or assembly "HtmlAgilityPack"
Hi, I'm trying to get familiar using code blocks and external dll's. Right now, I wish to create a BO which allows me to parse a HTML page, and retrieve all tables I'm able to identify as a collection. To do this, I'm using C# and the library Html...