Settings.
Possible Duplicate: What is the difference between app.config file and XYZ.settings file? I am quite confused by the …
.net app-config settings.settingsI'm trying to change in runtime one key of my applications settings file, but it does not work. I do …
c# .net settings.settingsI'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.settingsI have created an application that uses settings.settings to store some user specific settings (scope=User). Settings are loaded …
c# .net settings.settingsI would like to use configuration file .settings to save this struct: struct sR22Protocole { Int32 inputkey; Int32 outputkey; Int32 …
c# settings.settingsI have the following: using CommonSettings = MyProject.Commons.Settings; public class Foo { public static void DoSomething(string str) { //How do …
c# settings settings.settingsHey 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.settingsI'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.settingsAre there any recommendations on when to use Application settings (not per user settings) vs. .config file <appsettings>? …
.net appsettings settings.settingsSometimes (not always), when I edit a setting in the "My Project" page, when I add one or edit a …
visual-studio settings.settings