Hi,
I am using C# with VSExpress 2005 (.NET 2) and playing around with
Configurations.
But, in the following Line (the first line) I am receiving an
ConfigurationErrorsException:
SystemsSection sysSection = ConfigurationManager.GetSection("systems") as
SystemsSection;
I took the example from:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=66506&SiteID=1
Can someone help me ?
Thanks in advance,
Chris