PC Review Forums Newsgroups Microsoft DotNet Microsoft ADO .NET Generate DataSet from Xml Schema

Reply

Generate DataSet from Xml Schema

 
Thread Tools Rate Thread
Old 06-04-2006, 01:09 PM   #1
Oscar Thornell
Guest
 
Posts: n/a
Default Generate DataSet from Xml Schema


Hi,

I am probably incredibly stupid (or just blind)...

I have an Xml Schema which I would like to turn into a DataSet in VS.NET
2005.

In VS.NET 2003 I could right click and choose "Generate DataSet" but since
the whole implementation is changed in VS.NET 2005 there is no "Generate
DataSet". I actually do it in 2003...then I convert it into VS.NET 2005
format (kind of akward..).

Of course I could take the .xsd schema file and use the xsd.exe tool and
generate a DataSet based upon the schema...but that solution just gives me
the C# code (not bad) but I would like to have the orginal Xml
Schema(converted of course but..) + C# code and use them/work with them from
inside VS.NET.

What am I missing?

/Oscar


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off