How can I access ConfigurationManager.AppSettings in my Windows Forms Application?
ConfigurationManager.AppSettings
The error message reads: The name 'ConfigurationManager' does not exist in the current context.
Add a reference to System.Configuration.dll.