Wednesday, August 04, 2010

System.Configuration.ConfigurationManager

After compiling my .NET 3.5 application warning messages suggested me to use ConfigurationManager instead of ConfigurationSetting of System.Configuration class. But  I was not able to use it for sometime. Then after googling I found that you need to add a explicit reference to System.Configuration for your project.

No comments: