2
Reply

XmlDocument Loading xml file Problem

Smart    Lucky

Smart Lucky

Aug 10 2011 1:41 AM
1.4k
hi

i am loading xml file in this way it is giving me an exception(Name cannot begin with the '"' character, hexadecimal value 0x22. Line 4, position 25.) but i did not get it how can i solve this can  any one help me...?

 XmlDocument doc = new XmlDocument();
 doc.Load(Server.MapPath("~/App_Data/XMLFile.xml"));

Answers (2)
Next Recommended Forum