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
  • 380,066
  • 110
  • 546
  • 781
Edwin Torres
  • 483
  • 2
  • 7
  • 25

0 Answers0