How can I access ConfigurationManager.AppSettings in my Windows Forms Application?
ConfigurationManager.AppSettings
The error message reads: The name \'ConfigurationManager\' does not e
I've had this experience before where I had to go and add a reference to System.Configuration to be able to use this funcitonality.