ConfigurationManager is not recognized.
Hi All,
I am using VS2005 Beta 2. According to the document, the
ConfigurationManager.AppSettings replaces the
ConfigurationSettings.AppSettings. In fact, I got the
compile warning that ConfigurationSettings is obsoleted
and will be removed on the next release.
I changed my source to use ConfigurationManager instead.
But the compiler does not recognize ConfigurationManager
and gives me the complier error.
What is going on? Something wrong with the installation
again?
DQ

