Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (edited)

I've been going through the walkthrough put together here by MS and I've reached this problem::

To add the schema

 

1. In Solution Explorer, right-click the name of your project, choose Add, and then choose Add New Item.

2. In the Templates pane, choose DataSet, name the new item dsCustomers, and then click Open.

The XML Designer opens with a new, blank dataset schema.

 

3. Click the XML tab at the bottom.

 

I have the vbExpress edition and do not see this "TAB"; could someone explain a little about performing this in the "Express Edition"?

-will

Edited by kurf
  • *Experts*
Posted

In VS2002 and VS2003 there was a Tab - you couldn't miss it. I just tried creating a new dataset in C# Express - no such tab. I did some poking around, but I can't find a way to view the XML other than opening the XSD in notepad or similar.

 

-ner

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
  • *Experts*
Posted

I'll note that if you used previous versions of Visual Studio, the XML for a dataset was pretty straightforward. The newer XML is vastly more complicated, at least the code generated by C# express. I'd hate to go in there manually anymore :)

 

-ner

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Posted

The same as with vbExpress! From what I can tell I'm going to be doing alot of manual labor with these datasets in the express IDE! I appreciate the Info; Thanks.

-will

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...