'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings'
What is meant by the "!" in that error? I've never seen that syntax. Also, the "ConfigurationManager" class/object doesn't appear with Intellisense.
What is the Framework 2.0 method to retrieve an AppSetting from the config file?
Thomas D. Greer