I keep getting this warining in my code, but when i tried to look at the
intellisense after system.configuration. , I couldn't find
configurationManager but when i forced to put configurationManager, it gave
me an errror that configurationManager does not exists. I am using .net 2.0
Warning 1 'System.Configuration.ConfigurationSettings.AppSettings' is
obsolete: 'This method is obsolete,
it has been replaced by
System.Configuration!System.Configuration.ConfigurationManager.AppSettings'
am I missing some namespace.
Can anyone please help me with this.
Thanks.
Ignacio Machin ( .NET/ C# MVP ) - 29 Aug 2007 18:30 GMT
Hi,
You need to add a reference to System.Configuration into your project
IMHO this is an error from MS, not include this namespace by default.
>I keep getting this warining in my code, but when i tried to look at the
> intellisense after system.configuration. , I couldn't find
[quoted text clipped - 13 lines]
>
> Thanks.