Book Sample "Downloader" (chap27)
When I run the sample Downloader from chapter 27 I get the next error-message at line "Dim uri As New Uri(textUrl.Text)":
System.UriFormatException was unhandled
Message="Invalid URI: The format of the URI could not be determined."
What goes wrong?
|