huge problem. ConfigurationManager
i'm using visual studio 2005
first i imported the Configuration by "using System.Configuration;"
then i created the App.config file
then when i write this line in my code
NameValueCollection AppSettings = ConfigurationManager.AppSettings;
it gives me the error "the name ConfigurationManager does not exist in the curent context "
please help me with this. i'm bit stucked now.