|
-
July 5th, 2006, 02:07 AM
#1
Generating a Typed DataSet from an XSD-file in VS 2005
How do I create a DataSet from an XSD file. I’ve read about some “Generate DataSet” option in Visual Studio but I cant find it.
Does it exist external tools for this too?
...and justice for all
-
July 5th, 2006, 02:24 AM
#2
Re: Generating a Typed DataSet from an XSD-file in VS 2005
-
July 5th, 2006, 07:10 AM
#3
Re: Generating a Typed DataSet from an XSD-file in VS 2005
In VS 2005 they changed some stuff from 2003 version. The Generate Dataset do not work any more.
Here is how to generate the dataset from an xsd file in 2005:
1. Select the xsd file in the solution explorer
2. At the Property Grid (F4) find the CustomTool property and type MSDataSetGenerator
The typed dataset will be generated for you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|