0

I have settings saved for the user, but after they update it removes them.

I did some Googling and found this code but it keeps giving me errors on .UpdateRequired that it doesnt exist.

Am I missing an assembly?

if (Settings.Default.UpdateRequired)
            {
                Settings.Default.Update();
                Settings.Default.UpdateRequired = false;
            }
Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
Edwin Torres
  • 493
  • 3
  • 7
  • 25

0 Answers0