Erro de Servidor no Aplicativo '/'.

O servidor remoto retornou um erro: (404) Não Localizado.

Descrição: Ocorreu uma exceção não tratada durante a execução da atual solicitação da Web. Examine o rastreamento de pilha para obter mais informações sobre o erro e onde foi originado no código.

Detalhes da Exceção: System.Net.WebException: O servidor remoto retornou um erro: (404) Não Localizado.

Erro de Origem:


Linha 5:      Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Linha 6:          Dim RSS As New Data.DataSet
Linha 7:          RSS.ReadXml("http://web.infomoney.com.br/offline/rss/investimentos.xml")
Linha 8:  
Linha 9:          GridView_RSS.DataSource = RSS.Tables(3)

Arquivo de Origem: d:\web\localuser\igf\www\noticias\rssInfoMoneyInvest.aspx.vb    Linha: 7

Rastreamento de Pilha:


[WebException: O servidor remoto retornou um erro: (404) Não Localizado.]
   System.Net.HttpWebRequest.GetResponse() +5433005
   System.Xml.XmlDownloadManager.GetNonFileStream(Uri uri, ICredentials credentials) +69
   System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials) +3943603
   System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn) +54
   System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver) +74
   System.Threading.CompressedStack.runTryCode(Object userData) +70
   System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) +0
   System.Threading.CompressedStack.Run(CompressedStack compressedStack, ContextCallback callback, Object state) +108
   System.Xml.XmlTextReaderImpl.OpenUrl() +186
   System.Xml.XmlTextReaderImpl.Read() +208
   System.Xml.XmlTextReader.Read() +15
   System.Xml.XmlReader.MoveToContent() +64
   System.Data.DataSet.ReadXml(XmlReader reader, Boolean denyResolving) +331
   System.Data.DataSet.ReadXml(String fileName) +80
   noticias_rssInfoMoneyInvestimentos.Page_Load(Object sender, EventArgs e) in d:\web\localuser\igf\www\noticias\rssInfoMoneyInvest.aspx.vb:7
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Informações sobre a Versão: Microsoft .NET Framework Versão:2.0.50727.9061; Versão do ASP.NET:2.0.50727.9062