|
The following example is an excerpt of a configuration file that ... System.Configuration . . :: . ConfigurationElement System.Configuration . . :: . ConfigurationSection
|
|
This follows the style of another example given by the .NET class library reference (http://msdn2.microsoft.com/en-us/library/system.configuration.configurationsection.aspx)
|
|
at System.Configuration.ConfigurationSection.DeserializeSection (System.Xml.XmlReader reader) [0x00000] at System.Configuration.Configuration.GetSectionInstance
|
|
The first half of the solution required creation of a class that inherits from System.Configuration.ConfigurationSection and overrides the SerializeSection and DeserializeSection ...
|
|
System.Object System.Configuration.ConfigurationElement System.Configuration.ConfigurationSection Westwind.Globalization.wwDbResourceProviderSection
|
|
... Configuration.ConfigurationElement ) LockItem (Inherited from System.Configuration.ConfigurationElement ) SectionInformation (Inherited from System.Configuration.ConfigurationSection
|
|
A Little Class (System.Configuration.ConfigurationSection) This is the first post since December 26th last year. Besides taking ...
|
|
This is the first post since December 26th last year. Besides taking a little time off for the holidays, I had some server issues. I have now resolved the issues with the servers ...
|
|
To do this, you must create your own configuration section handler. The handler must be a .NET Framework class that implements the System.Configuration . . :: . ConfigurationSection class
|
|
Represents a section within a configuration file. ... You use the ConfigurationSection class to implement a custom section type.
|