我在我的协会中使用这一守则。 NET/VB。 NET项目:
Dim sourceFile as String = "http://xml.weather.yahoo.com/forecastrss?p=94704"
Dim xPath As New XPath.XPathDocument(sourceFile)
and the second line gives the error: "Unable to connect to the remote server"
When I browse the url (sourceFile) in web browser, it opens the RSS feeds page finely. How can I remove this error?