"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