Top "Applicationsettingsbase" questions

Use this tag for questions related to the ApplicationSettingsBase Class, of C#.

FileNotFoundException in ApplicationSettingsBase

When debugging an application I always get the following error when break on exception is enabled in Visual Studio. This …

c# application-settings applicationsettingsbase
Where does ApplicationSettingsBase save config files during unit testing?

Some background context: I'm deriving from ApplicationSettingsBase to save custom sets of configuration settings in my application, and the manual …

c# .net nunit save applicationsettingsbase