Properties.Settings.Default and can update, reload or save the appropriate setting happily, however I am getting different values when trying to load the property from a different win form that setting was saved in. Properties.Settings.Default.Setting1 = "default";Properties.Settings.Default.Setting1 = "string";string instead of default, in the example. The setting was successfully updated.default setting applied from inside VS.