Add Existing .xsd File

  • Thread starter Thread starter G Dean Blake
  • Start date Start date
G

G Dean Blake

If I add an existing .aspx file in another project to a new project,
everything works fine except that it doesn't bring along the .xsd datasets.
So then if I add existing .xsd file to my new project, it doesn't bring
along the associated .vb file for the dataset. So then if I add eisting
dataset.vb file to my new project it adds it but it doesn't nest it below
the .xsd module in the Solution Explorer.

Is there a better way to import pages? Is there a way to get it nested
properly?
Thanks,
G
 
I tried that. It still doesn't nest the dataset.vb file under the .xsd and
then does not include the datasets in the IDE for the aspx page.

I have not seen any documentation on how to do this so that it works. I
find that I need to recreate the .xsd files in the new project which can be
a pain if they were manually modified with additional attributes
G
 
Back
Top