There is no specific page. All we have is the information from the
stack trace.
System.Xml.XmlException: ' ', hexadecimal value 0x02, is an invalid
character. Line 1, position 175.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Int32 pos, Char
invChar)
at System.Xml.XmlTextReaderImpl.ParseNumericCharRefInline(Int32
startPos, Boolean expand, BufferBuilder internalSubsetBuilder, Int32&
charCount, EntityType& entityType)
....
Is there a way to disable the RSS feed update.
Also, this issue is not coming up on weekends. Its so weird that it
happens on Mon - Fri.
Same issue was logged in previous version & it was fixed by adding the
code "CheckCharacters = false" in 3 files. But in the latest code it
is available ony in ErrorXMLHandler.cs & not in other two error log
files.
Thanks,
SRK
Its the problem with RSS feed. One of the bookmarks on the browser for
checking the ELMAH log details was pointing to PROD & it was trying
to get the feed every 15 mins.
Once we removed the bookmark the error stopped.
Hope it helps.
Thanks,
SRK
--
You received this message because you are subscribed to the Google Groups "ELMAH" group.
To post to this group, send email to el...@googlegroups.com.
To unsubscribe from this group, send email to elmah+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/elmah?hl=en.