Hi
I am in trouble, so need some help. I have my file stored in the following path-->
H:\Testapps\appz\Sample1\Sample1\Data.xml
I am trying to load the xml file in an XMLDOCUMENT like this -->
XMLDocument xdoc=new XMLDocument(); string xmlfile = "..\Sample1\Data.xml"; xdoc.Load(xmlfile);
I get an error - Could not find a part of the path 'H:\Testapps\appz\Sample1\Sample1\bin\Debug\Sample1\Sample1\RemData.xml'.
How do i proceed in specifying the xmlfile path?? Any help appreciated!