jan.geek@gmail. com wrote:
When reading the following ugly but valid (according to w3c XSV) xsd
into a DataSet I get "Duplicated declaration PossiblesValue" error.
>
Can anyone tell me why?
into a DataSet I get "Duplicated declaration PossiblesValue" error.
>
Can anyone tell me why?
instance if a table has two columns with the same name then you get an
error. If you want to know whether the schema is valid as far as .NET is
concerned then you should load it into an XmlSchemaSet and not into a
DataSet.
--
Martin Honnen --- MVP XML
Leave a comment: