I have a .NET class library that provides a set of helper functions that are used by several Web Services. This class library must store a single setting, specifically, a co
The ConfigurationManager.OpenExeConfiguration didn't work for me.
ConfigurationManager.OpenExeConfiguration
But, Properties.Settings.Default. worked well.
Properties.Settings.Default.