1) I do a Dataset.WriteToXml(memory stream object) 2) Then i create a XMLDocument object 3) I then XMLDocument.Load (memory stream object)
I get a ‘XML Root namespace not found’ exception.
Does the Dataset XML not include the required namespace ?
Thanks.
Are you repositioning your memory stream before trying to load it into the XmlDocument?