EDN Admin
Well-known member
<div style="color:Black;background-color:White; <pre>
devt.xmlFile = XmlReader.Create(devt.id_xmlf, <span style="color:Blue; New XmlReaderSettings())
<span style="color:Blue; Dim ds <span style="color:Blue; As <span style="color:Blue; New DataSet
ds.ReadXml(devt.xmlFile)
idxmlmem = XDocument.Load(devt.xmlFile)
[/code]
<br/>
i want to write a xml file to dataset to fill a listview and make an xdocument object of it to change it with linq
but the last sentence gives the error while debugging :
The XmlReader state should be Interactive
<hr class="sig nattelip
View the full article
devt.xmlFile = XmlReader.Create(devt.id_xmlf, <span style="color:Blue; New XmlReaderSettings())
<span style="color:Blue; Dim ds <span style="color:Blue; As <span style="color:Blue; New DataSet
ds.ReadXml(devt.xmlFile)
idxmlmem = XDocument.Load(devt.xmlFile)
[/code]
<br/>
i want to write a xml file to dataset to fill a listview and make an xdocument object of it to change it with linq
but the last sentence gives the error while debugging :
The XmlReader state should be Interactive
<hr class="sig nattelip
View the full article