Community

FIX: You receive a System.ArgumentOutOfRangeException when you call the Read method from an XmlTextReader class in ASP.NET

When you call the Read method from an XmlTextReader class by using the following code: String m_XmlDocument = “http://localhost/bug/file.xml”; XmlTextReader reader = new XmlTextReader (m_XmlDocument); reader.Read(); you receive the following System.ArgumentOutOfRangeException error messag

Read More - Register for Free Membership