No problem.. assume you fixed the errors issues in the code as didn't check before published. HTMLReader is a class I created :)
Can you check the version that you are using as I tested the code to make sure its working and I'm not getting an issue.
If you could put up the following line of code exactly as you have it.
HtmlNodeCollection nodes = hd.DocumentNode.SelectNodes("//tr[contains(@class,\"ysprow\")]");
you need to make sure your on version 1.4.6.0 as versions have caused issues before.
Lee
Can you check the version that you are using as I tested the code to make sure its working and I'm not getting an issue.
If you could put up the following line of code exactly as you have it.
HtmlNodeCollection nodes = hd.DocumentNode.SelectNodes("//tr[contains(@class,\"ysprow\")]");
you need to make sure your on version 1.4.6.0 as versions have caused issues before.
Lee