To avoid the CollectionOfB element in <Section><CollectionOfA><ConfigElementA></ConfigElementA><ConfigElementA></ConfigElementA></CollectionOfB></Section> one can use the following attribute on the...
The code generator that generates the sample config file does not generate the assembly name when building the section type: <configSections> <section name="ZoneConfiguration" type="ORIX.Common.C...
The value DefaultValue property in the ConfigurationProperty attribute is no enclosed in quotes and is causing a compiler error. See the example generate code below: [global::System.Configuration....
System: Visual Studio 2008 SP1 .NET Framework 3.5 SP1 Reproduction Steps 1) Setup ConfigurationSection with ConfigurationElementCollection 2) Generate Code 3) Create Test Application where you cre...
Section group item in designer.
Allow attributes to support configuration converters.
Based on forum topic http://www.codeplex.com/csd/Thread/View.aspx?ThreadId=31555 Exception is thrown when updating a configuration element (or argument) and aving it back to the configuration file...
See http://www.iis.net/articles/view.aspx/IIS7/Extending-IIS7/Extending-IIS7-Configuration/Extending-IIS7-Schema-and-Accessing-the-custom-sec?Page=1. If there is enough semantic overlap (i.e. if th...
Allow attributes to support configuration validation.