Top "Application-settings" questions

application-settings are global code or data used for configuration

How to change application settings (Settings) while app is open?

I've written a class that should allow me to easily read and write values in app settings: public static class …

c# .net application-settings
Error: 'Cannot create unknown type '{clr-namespace:NameSpace.Properties}Settings'.'

I define my settings and styles in a ResourceDictionary: <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:…

wpf xaml styles application-settings wpf-style
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
Notepad++ Keyboard Language just Changed

Notepad++ suddenly changed its keyboard settings, which now means it thinks I use a English keyboard, although I have a …

keyboard settings notepad++ application-settings
Azure connection string best practices

I have an application that I am just migrating to Azure. Currently I use web.config transformation to manage changing …

azure azure-sql-database connection-string application-settings staging
Automatically "upgrade" user settings from previous version of app.config file?

Every time I compile my app and the version number changes (I have an auto-incrementing build number), I lose the …

.net vb.net app-config application-settings
How to open settings app programmatically?

I'm using swift with ios 8.3. I want to open settings app from my application. I know that using the code …

swift application-settings ios8.3
C# - Compiler Error: System.Configuration.ConfigurationErrorsException was unhandled

Hey Everyone, How do I fix the Compiler Error upon compiling on "return ((string)(this["TargetDir"]));": System.Configuration.ConfigurationErrorsException was …

c# compiler-errors app-config application-settings settings.settings
How to create System Apps in android

I want to create an system application(while installing it will ask user permission to make it as system app) …

android settings system application-settings system-administration
Application Settings saving

I have two assemblies in my application. MyApplication.BO and MyApplication.GUI. I have configured property-settings for my BO assembly. …

c# application-settings