How do I access appSettings in 2.0?

  • Thread starter Thread starter Brad Wood
  • Start date Start date
B

Brad Wood

Calling ConfigurationSettings.AppSettings.Get raises the error,
"Configuration system failed to initialize".

I've searched, but found no information about this problem...
 
It is in the Configuration Manager class under System.Configuration.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Don't forget to reference System.configuration.dll

That trips up a lot of people.

Greg
 
Back
Top