I'm trying to use a Serializable Dictionary as a type in the project Settings.settings. I have found a solution for my issue.
I have created the SerializableDictionary class and compiled my project.
Issue: I'm not able to select this class as a type in the project Settings.settings
I have included a reference to the assembly where I created the class. Some of the classes in that assembly appear when I try to browse but not this SerializableDictionary. I also tried to type the full name of the class in the Selected Type box got an error : SerializableDictionary is not defined.
Can someone help please ?