F
Frédéric Goulet
I generate an XML file with the WriteXmlShema method of the DataSet object.
Then, I use xsd.exe to make it a strongly typed DataSet, witch generate a
Visual basic code file, MyDataSet.vb.
xsd.exe /d /l:VB "MyDataSet.xsd"
When I add both files, MyDataSet.xsd and MyDataSet.vb, to my Visual Studio
project, MyDataSet.vb does not appears as a child node of MyDataSet.xsd like
when you create a strongly typed Dataset by dropping a table on the DataSet
designer.
Is there a way to tell VSNet that MyDataSet.vb is to be linked with
MyDataSet.xsd?
Thanks a lot
Frederic Goulet
Then, I use xsd.exe to make it a strongly typed DataSet, witch generate a
Visual basic code file, MyDataSet.vb.
xsd.exe /d /l:VB "MyDataSet.xsd"
When I add both files, MyDataSet.xsd and MyDataSet.vb, to my Visual Studio
project, MyDataSet.vb does not appears as a child node of MyDataSet.xsd like
when you create a strongly typed Dataset by dropping a table on the DataSet
designer.
Is there a way to tell VSNet that MyDataSet.vb is to be linked with
MyDataSet.xsd?
Thanks a lot
Frederic Goulet