Can't get reference to ConfigurationManager

  • Thread starter Thread starter Charlie@CBFC
  • Start date Start date
C

Charlie@CBFC

Hi:

How do you access ConfigurationManager? In the object browser it's listed
under System.Configuration, but I can't get to it using
System.Configuration.ConfigurationManager. Need to read connection strings
from an app.config file.

Thanks,
Charlie
 
Fixed. Looks like there may be two System.Configuration namespaces. Had to
add reference.
 
Back
Top