raghuraman_ace
06-28-2005, 07:24 PM
Hi,
am using .net smart device application using c#.net.
i am trying to load the dataset from reading the xml file named pdatext.xml which is available at inside the 'debug' folder of the project.
But if i read the xml file using
dataset ds=new dataset("dss");
ds.Readxml("pdatext.xml");
IT TELLS THE FOLLOWING ERROR.
---------------
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in System.Xml.dll
Additional information: FileNotFoundException
----------------
** But the same is working well for the normal windows application.
Pls tell me how can i solve this
am using .net smart device application using c#.net.
i am trying to load the dataset from reading the xml file named pdatext.xml which is available at inside the 'debug' folder of the project.
But if i read the xml file using
dataset ds=new dataset("dss");
ds.Readxml("pdatext.xml");
IT TELLS THE FOLLOWING ERROR.
---------------
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in System.Xml.dll
Additional information: FileNotFoundException
----------------
** But the same is working well for the normal windows application.
Pls tell me how can i solve this