Exception while reading XML file

  • Thread starter Thread starter Charles Wang
  • Start date Start date
C

Charles Wang

I use DataSet.WriteXml("myDataBase.xml") to store my database on my disk.
But after several times' saving my program could not read the database's
data(I use DataSet.ReadXml("myDataBase.xml")).

I use WindowsCE4.2 and CF card as store disk.

Thanks for any helping!
 
Back
Top