Is it possible using the new classes in .NET 2.0 in the System.Configuration namespace to have a config section like the following:
<editor>
<font>Verdana</font>
<size>24</size>
<style>2</style>
</editor>
I am able to make it work with values being attributes, however my 1.1 applications are not that way.
Also, is it possible using the configSource attribute to have multiple config section in the same external file
Any help would be greatly appreciatted.
James

How to migrate from CMAB to the System.Configuration in .NET 2.0?
Oaktreewood
Anyone knows how to do it as the original poster asks , if not why is this not supported
Mary Sun
Don.Frazier
kavitha_mx