C# settings using ApplicationSettingsBase - roaming and common
- by Mark Pim
I'm using the Windows Forms Application settings architecture (or however you're supposed to refer to it) and am successfully saving user settings to AppData.
What I want to do is have some settings common to all users of a particular machine and some settings which roam with users across machines. For example I have some settings relating to a…