System.Xml.XmlException: An error occurred while parsing EntityName. Line 1, position 4669.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseEntityName()
at System.Xml.XmlTextReaderImpl.ParseEntityReference()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.LoadXml(String xml)
at MWG.RSS.RSSChannel.GetChannel(String Url) in C:\Users\rick\Documents\projects\MWG\WhatbirdDotCom\MWG.Controls\RSSChannel.cs:line 85
at MWG.Controls.RSSWebControl.Render(HtmlTextWriter output) in C:\Users\rick\Documents\projects\MWG\WhatbirdDotCom\MWG.Controls\RSSWebControl.cs:line 102
|