Hi
I am using ConfigurationSe ttings.AppSetti ngs.Get(key) in my app and I get a
warning that it is obsolete but when I use
System.Configur ation.Configura tionManager.App SettingsGet(key ) instead I get
the error 'ConfigurationM anager' is not a member of 'Configuration' .
What am I missing?
Thanks
Regards
I am using ConfigurationSe ttings.AppSetti ngs.Get(key) in my app and I get a
warning that it is obsolete but when I use
System.Configur ation.Configura tionManager.App SettingsGet(key ) instead I get
the error 'ConfigurationM anager' is not a member of 'Configuration' .
What am I missing?
Thanks
Regards
Comment