Sep 09 2006

The type or namespace name 'ConfigurationManager' does not exist in the namespace

Posted by admin under ASP.NET 2.0

Trying to use

System.Configuration.ConfigurationManager.AppSettings["ConnString"];

from a class library and getting the error it doesn't exist? You need to add a reference to System.Configuration.dll, cause appearantly Microsoft have moved the AppSettings class out of the System dll.