I just came across with a problem using XmlDocument.LoadXml.
The application was crashing, giving the following error:
\"Data at
The application was crashing with the following error: "Data at the root level is invalid. Line 1, position 1" I suspect you xml data does not have a root level: for example:
dataata
dataataa
you need have at least one root level on top of the bottom levels. for example:
dataata
dataataa
so please put one mother on the top of your level, make it grand grand mother of all children