M
Mark Olbert
I'm beginning to think Microsoft has spent the last few years revising .NET so as to break every single programming construct I've
developed. Sheesh!
Today, I'm trying to figure out where the Generate Dataset context menu option went in VS2005.
I used to build quick and dirty config files -- which I could access through a Dataset -- by creating an xml file with dummy data,
creating a schema from that xml file, converting the schema to a Dataset, and then selecting Generate Dataset. This created a
"hidden" file containing an autogenerated class which I could then read my xml config data into via ReadXml().
Unfortunately, the Generate Dataset menu option has disappeared. Or been moved. And I can't find it.
So how do I create a Dataset based on an existing xml file?
- Mark
developed. Sheesh!
Today, I'm trying to figure out where the Generate Dataset context menu option went in VS2005.
I used to build quick and dirty config files -- which I could access through a Dataset -- by creating an xml file with dummy data,
creating a schema from that xml file, converting the schema to a Dataset, and then selecting Generate Dataset. This created a
"hidden" file containing an autogenerated class which I could then read my xml config data into via ReadXml().
Unfortunately, the Generate Dataset menu option has disappeared. Or been moved. And I can't find it.
So how do I create a Dataset based on an existing xml file?
- Mark