I just came across with a problem using XmlDocument.LoadXml.
XmlDocument.LoadXml
The application was crashing, giving the following error:
\"Data at
Assuming your using XmlDocument.Load and XmlDocument.LoadXml in the right way this problem may be caused by Byte Order Mark.
XmlDocument.Load
This other question might be useful.