Data at the root level is invalid. Line 1, position 1 -why I get this error while load xml file
this my code:
XmlDocument xmlDoc=new XmlDocument();
xmlDoc.LoadXml("file.xml");
来源:https://stackoverflow.com/questions/7544475/data-at-the-root-level-is-invalid-line-1-position-1-why-do-i-get-this-error-w