System.Configuration.CofigurationSettings.AppSettings is obsolete. ANY SOLUTION?

  • Thread starter Thread starter Randy Smith
  • Start date Start date
R

Randy Smith

Hi ALL,
I am getting this strange warning message, and I can't seem to find any
solution for it.

'System.Configuration.CofigurationSettings.AppSettings is obsolete: it has
been replaced by
System.Configuration!System.Configuration.ConfigurationManager.AppSettings'
So, does anyone have a solution to this warning message?

TIA, Randy
 
Hi Randy;

Use ConfigurationManager.AppSettings("<SettingName>")

Cheers,

-Mark
 
Back
Top