HighTechTalks DotNet Forums  

Schema Editor - Where is It?

Dotnet Data Tools microsoft.public.dotnet.datatools


Discuss Schema Editor - Where is It? in the Dotnet Data Tools forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Barbara
 
Posts: n/a

Default Schema Editor - Where is It? - 11-10-2008 , 12:08 PM






I noticed a reference to the Schema Editor in the MSDN documentaiton, but
cannot find it.

We want to create a tree based set of configuration settings (not a
relational database), and generate configuration files that conform to the
scheme for use in WPF applications.

A) Does Visual Studio have a schema editor?
B) Does Visual Studio have a tool to use the schema to generate a
configuration file that conforms to the schema.
C) Are there an examples that do this in MSDN?


Reply With Quote
  #2  
Old   
John Saunders
 
Posts: n/a

Default Re: Schema Editor - Where is It? - 11-22-2008 , 05:21 PM






"Barbara" <Barbara (AT) discussions (DOT) microsoft.com> wrote

Quote:
I noticed a reference to the Schema Editor in the MSDN documentaiton, but
cannot find it.

We want to create a tree based set of configuration settings (not a
relational database), and generate configuration files that conform to the
scheme for use in WPF applications.

A) Does Visual Studio have a schema editor?
Not anymore. The old one was horrible - you were better off editing the XML
directly. Now, with the improved IntelliSense in the XML editor, it's
actually easier to edit the XML directly than it was to use the old schema
editor.

Quote:
B) Does Visual Studio have a tool to use the schema to generate a
configuration file that conforms to the schema.
No, but take a look at http://www.codeplex.com/csd/ for a tool that I've
used to create custom configuration sections.

---
John




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.