Top "Settings.settings" questions

Settings.

Settings.settings vs. app.config in .NET desktop app

Possible Duplicate: What is the difference between app.config file and XYZ.settings file? I am quite confused by the …

.net app-config settings.settings
How to change in runtime application settings

I'm trying to change in runtime one key of my applications settings file, but it does not work. I do …

c# .net settings.settings
Store String Array with Values in Application Settings

I've modified my Settings.settings file in order to have system_Filters be a System.String[]. I would like to …

c# visual-studio .net-4.5 application-settings settings.settings
How to persist changes in a .settings/.config file across a file version change?

I have created an application that uses settings.settings to store some user specific settings (scope=User). Settings are loaded …

c# .net settings.settings
add custom type in settings.settings

I would like to use configuration file .settings to save this struct: struct sR22Protocole { Int32 inputkey; Int32 outputkey; Int32 …

c# settings.settings
C#: How to make sure a settings variable exists before attempting to use it from another assembly?

I have the following: using CommonSettings = MyProject.Commons.Settings; public class Foo { public static void DoSomething(string str) { //How do …

c# settings settings.settings
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
The current configuration system does not support user-scoped settings

I'm trying to use a settings file to store the user preferences when he/she logins on the application. I …

asp.net .net configuration settings.settings
When to use .NET Settings vs config <appsettings>?

Are there any recommendations on when to use Application settings (not per user settings) vs. .config file <appsettings>? …

.net appsettings settings.settings
Visual Studio generates "Settings1.Designer.vb" when I change a configuration setting

Sometimes (not always), when I edit a setting in the "My Project" page, when I add one or edit a …

visual-studio settings.settings