Updated Samples Updated the sample projects properly for ASP.NET 2.0 and WinForms 2.0.
Miscellaneous Fixes and Updates Fixed issue with the SQL Server storage mechanism. Can now create table automatically in target database if writing data. Fixed issue with type conversion of dates. Several performance improvements in reading the data. Better recovery from misformatted configuration sections.
Added Trial Demo Updated the demo application so there's now a fully functional demo version.
Version 1.50 12/01/2005
Added support for .NET 2.0 The class now properly supports .NET 2.0 and specifically ASP.NET 2.0 configuration files which failed due to new namespace additions in the web.config format.
Added support for Type Converter based sub objects The class can now store configuration information for any subobject that has a type converter that can persist into a string. An example that demonstrates how to create a custom type converter for a subobject is provided. Note: Subobjects can always be used regardles of a type converter, when the object is persisted and restored as a custom XML configuration file which uses XML Serialization.