In a VS2005 C# project I have added a reference to System.configuration. In the object browser, I can see the System.Configuration.ConfigurationManager. In Intellisense Syst
urgh - PICNIC error. Added ref to the wrong project in the solution...
To answer the question (not that it hasn't been answered already 5+ times) is to add System.Configuration as a reference to your project.
However what I would really like to highlight is that on many occasion I have added the System.Configuration.dll to my project's references, but for whatever special reason sometimes ConfigurationManager still won't show up in intellisense even after adding the reference to System.Configuration. Even if I remove the reference and add it again.
The very simple solution to this problem is to:
This simple exercise will get Visual Studio to behave again and stop telling you that you did not add your reference to System.Configuration. This exercise usually helps me with all inexplicable Visual Studio behaviors.
I have had this happen to me in both VS2008 and VS2010 multiple times and it works every time.