ChangeLog 644 B

12345678910111213
  1. 2001-08-28 Christopher Podurgiel <[email protected]>
  2. * IConfigurationSectionHandler.cs: Added reference to System.Xml.
  3. * SingleTagSectionHandler.cs: Added Implementation of Create() method.
  4. * NameValueSectionHandler.cs: Added Implementation of Create() method.
  5. * ConfigurationException.cs: Now returns proper message rather than "System Exception".
  6. 2001-08-26 Christopher Podurgiel <[email protected]>
  7. * ConfigurationSettings.cs: No longer references the NameValueSectionHandler directly. Instead it uses System.Reflection to call the Create() method for the appropriate SectionHandler as defined in the .config file.