However,
I am now stuck on page 678 step 5 Public Sub New()
There is a line of code that states it is obsolete
objAppSettings =
ConfigurationSettings.AppSettings
I am not sure how the Specialized.NameValueCollection works with the App.config file attibutes. Settings = values etc. BTW, the VB2003 example of appconfig file uses Add Key = Value , but 2008 appears to use a settings = value am I correct on this ?
What should I use in place of the "Specialized.NameValueCollection"
and objAppSettings =
ConfigurationSettings.AppSettings to make my code work. Is there an article I can read about using these ?
Let me know what to do and if there are any more places like erata that I can search for an answer. THANKS again for the HELP ..
