I am retrieving documents over HTTP channel using winHttp and XML objects. I came across this error recently. Any idea what could be wrong?
Description: This is an unexpected token. The expected token is 'WHITESPACE'. Line 1, position 50.
System.Xml
Stack Trace: at System.Xml.Schema.DtdParser.SkipWhitespace(Boolean fRequired)at System.Xml.Schema.DtdParser.ParseExternalID()
at System.Xml.Schema.DtdParser.ParseDocTypeDecl()
at System.Xml.Schema.DtdParser.Parse()
at System.Xml.XmlTextReader.ParseDtd(XmlScanner scanner)
at System.Xml.XmlTextReader.ParseTag()
Description: This is an unexpected token. The expected token is 'WHITESPACE'. Line 1, position 50.
System.Xml
Stack Trace: at System.Xml.Schema.DtdParser.SkipWhitespace(Boolean fRequired)at System.Xml.Schema.DtdParser.ParseExternalID()
at System.Xml.Schema.DtdParser.ParseDocTypeDecl()
at System.Xml.Schema.DtdParser.Parse()
at System.Xml.XmlTextReader.ParseDtd(XmlScanner scanner)
at System.Xml.XmlTextReader.ParseTag()