I am trying to get a xml file into a dataset and am using the following code:
DataSet ds = new DataSet(\"TestDataSet\"); ds.ReadXml(FileName);
In order for the ReadXml to function properly in this case, I think you need to specify a Schema in your XML file. Otherwise, the reader will not know what to do with the datatypes.