In my program I save the font an some other data in the App.config file. But some users have problems with saving.
What could be a reason for that?
Example for saving:
PawnStar.Properties.Settings.Default.timerTime = (int)this.slTime.Value;
PawnStar.Properties.Settings.Default.Save();