E
Earl
If I use a manually created dataset (for the CompactFramework) and try to
write it out as XML using the following syntax, I get a build error saying
that my file name "Value of type String cannot be converted to
System.XML.XMLWriter:
ds.WriteXml(strPathToXML, XmlWriteMode.WriteSchema)
But if I code it without the WriteMode, I get no build error. I guess it
goes without saying that a non-strongly typed dataset does not know the
schema, so is that the only reason I cannot generate a schema?
write it out as XML using the following syntax, I get a build error saying
that my file name "Value of type String cannot be converted to
System.XML.XMLWriter:
ds.WriteXml(strPathToXML, XmlWriteMode.WriteSchema)
But if I code it without the WriteMode, I get no build error. I guess it
goes without saying that a non-strongly typed dataset does not know the
schema, so is that the only reason I cannot generate a schema?