Dim WC As New Net.WebClient
WC.DownloadString(New Uri("http://www.google.de"))
Ich kenne nichts von VB, aber müsste das nicht ein l sein?, etwa so:

Dim WC As New Net.WebClient
WC.DownloadString(New Uri("http://www.google.de"))