Archived Forum Post

Index of archived forum posts

Question:

Simple Crawler VB.Net Sample with errors?

Mar 13 '13 at 10:49

I have tried your VB.Net sample on http://www.example-code.com/vbdotnet/spider_simpleCrawler.asp and I run into two problems with it: 1) line 43 - domain = spider.GetDomain(url) - GetDomain is not a recognized method 2) line 66 - domain = spider.GetUrlDomain(url) - a second parameter is missing Can you, please help? Thank You