I am trying to store some persistent application data so I've added a setting to the project by R-Clicking on it, selecting properties, then Settings tab and manually entering settings name, Type, Scope and Value
When I run the code, I read settings like this:
lastRunTime = My.Settings.LastRunTime
and set it like this:
My.Settings.LastRunTime = lastRunTime
Where can I actually see the new setting? Because for the love of God, I cannot see where it is updating the setting. app.config has the original setting value when I created that setting. So where can I see it?
When I run the code, I see it updates it and the next time I run the app the new value persists, so I know it stores it somewhere. But where?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…