D
Daniel Barisch
On executing
"Me.DataSet.WriteXml(New System.Xml.XmlTextWriter(strName,
System.Text.Encoding.UTF8), System.Data.XmlWriteMode.WriteSchema)"
(Me.DataSet is a property to a System.Data.DataSet)
I always get an IOException, if the file already exists. I guess there's a
proplem with file-permissions. But the Namespace System.Security.Permissions
is empty in CF?
Whats wrong with this code and how can I access the file-permissions?
Thanks, D.Barisch
"Me.DataSet.WriteXml(New System.Xml.XmlTextWriter(strName,
System.Text.Encoding.UTF8), System.Data.XmlWriteMode.WriteSchema)"
(Me.DataSet is a property to a System.Data.DataSet)
I always get an IOException, if the file already exists. I guess there's a
proplem with file-permissions. But the Namespace System.Security.Permissions
is empty in CF?
Whats wrong with this code and how can I access the file-permissions?
Thanks, D.Barisch