C
CSharper
I have a solution where I need to read a section from my app.config. I
added system.configuration to my reference and I added using
System.Configuration to my code
but when I try to do
System.Configuration secConfiguration = System.Configuration. to get
ConfigurationManager, the ConfigurationManager doesn't show up.
Does anyone know why the ConfigurationManager doesn't show up? I am
using VS2008 3.5 framework.
Thanks,
added system.configuration to my reference and I added using
System.Configuration to my code
but when I try to do
System.Configuration secConfiguration = System.Configuration. to get
ConfigurationManager, the ConfigurationManager doesn't show up.
Does anyone know why the ConfigurationManager doesn't show up? I am
using VS2008 3.5 framework.
Thanks,