|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Generate DataSet from Xml SchemaI 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 |
|||||||||||||||||||||||