G
Guest
I'm trying to pass DataSet from WebService to Mobile Device and insert XSD-schema into new DataSet on mobile device (powered by WinCE.NET 4.1 + compact FrameWork) and a catch PlatformNotSupported exception when i read XSD into new dataset on device (code string : newdataset.readXml(xmltextreader, xmlreadmode.readschema, null)). Why?
Dataset contains base64binary array in one of the fields of dataset (image, stored in SqlServer) and text field.
Dataset contains base64binary array in one of the fields of dataset (image, stored in SqlServer) and text field.