ConfigurationManager class not available in VS2005 web project

  • Thread starter Thread starter Ben Fidge
  • Start date Start date
B

Ben Fidge

I recently upgraded a project from VS.NET 2003 to VS 2005 and after
compilation I get the following warning:

'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This
method is obsolete, it has been replaced by
System.Configuration!System.Configuration.ConfigurationManager.AppSettings'

However, despite having System.Configuration namspace in my "using" clauses,
the class ConfigurationManager is not available and des not appear in the
intellisense pop-up list.

Is it possible that my app is still using .NET Framework 1.1 libraries

Ben
 
Back
Top