I am developing an application that saves its settings in the install folder. If I install the app in the Program Files on drive C: and attempt to write the settings file I get an exception and that\'
I have code like: var mySetting = ConfigurationManager.AppSettings[\"m开发者_如何学编程ySetting\"];