That did the trick. I didn't even think of that.
Thanx,
--
- Robert Beaubien
- President
- Kool Software
-
"Michael Höhne" <(E-Mail Removed)> wrote in message
news:OK40$(E-Mail Removed)...
> Robert,
>
> You must add a reference to the System.Configuration assembly in your
> project settings, then you will see the ConfigurationManager class.
>
> Michael
>
> "Robert Beaubien" <(E-Mail Removed)> schrieb im Newsbeitrag
> news:%(E-Mail Removed)...
>> My converted application is generating warnings for the following line,
>> but I can not find any
>> system.configuration.configurationManager.AppSettings items. What am I
>> missing?
>> SqlConnection1.ConnectionString =
>> System.Configuration.ConfigurationSettings.AppSettings.Get("ConnectionPrimary")
>>
>> Warning 13 'Public Shared ReadOnly Property AppSettings() As
>> System.Collections.Specialized.NameValueCollection' is obsolete: 'This
>> method is obsolete, it has been replaced by
>> System.Configuration!System.Configuration.ConfigurationManager.AppSettings'
>> D:\VS2005\Projects\NVC\NVCArmls\ArmlsDAL\ArmlsUsers.vb 22 43 ArmlsDAL
>>
>>
>
>
|