View Single Post
  #1  
Unread 11-26-2006, 12:02 AM
Dwyn Derwen Dwyn Derwen is offline
A Coastal Crab
 
Join Date: Nov 2006
Server: Lucan DLere
Posts: 1
Default Proxy error on map update: Fixed

This is the error I keep getting.

Error Getting File List: System
at System.Net.HttpWebRequest.CheckFinalStatus()
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.HttpWebRequest.GetResponse()
at System.Xml.XmlDownloadManager.GetNonFileStream(Uri uri, ICredentials credentials)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlTextReader.CreateScanner()
at System.Xml.XmlTextReader.Init()
at System.Xml.XmlTextReader.Read()
at System.Xml.XmlReader.MoveToContent()
at System.Data.DataSet.ReadXml(XmlReader reader, Boolean denyResolving)
at System.Data.DataSet.ReadXml(String fileName)
at WindowsApplication7.Form1.DownloadExtras()The underlying connection was closed: The proxy name could not be resolved, verify correct proxy configuration.


I changed my proxy settings to automatic configuration and that seemed to fix the problem.

Last edited by Dwyn Derwen : 11-26-2006 at 10:53 AM. Reason: Problem Fixed
Reply With Quote