Use this tag for questions related to the ApplicationSettingsBase Class, of C#.
When debugging an application I always get the following error when break on exception is enabled in Visual Studio. This …
c# application-settings applicationsettingsbaseSome 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