我使用XPath.XPathDocument()函数时出错

时间:2011-01-11 05:52:43

标签: vb.net url xpathdocument

我在ASP.NET / VB.NET项目中使用此代码:

Dim sourceFile as String = "http://xml.weather.yahoo.com/forecastrss?p=94704"
Dim xPath As New XPath.XPathDocument(sourceFile)

,第二行给出错误: “无法连接到远程服务器”

当我在网络浏览器中浏览网址(sourceFile)时,它会很好地打开RSS提要页面。 如何删除此错误?

1 个答案:

答案 0 :(得分:0)

如果您的申请是XPath.XPathDocument,则unable to connect to the remote server无效。

使用其他方法检查连接,例如WebClient