Tagged Questions

1
vote
3answers
1k views

How do you store and retrieve a StringDictionary in app.config?

I have a list of information in a string dictionary that I want to store in the app.config for my program. I've created the entry in the "settings" portion of the program called "extentions" but when ...