Configuration system failed to initialize
Saturday, June 18, 2011 4:38:24 PM
Recently, I ran into this error when I changed the app.conf of a windows console app.
The error happened when configurationmanager was called in the code like below:
ConfigurationManager.AppSettings["BatchJobInterval"]
This problem was caused by an invalid app.conf. After I straighten out the app.conf, the error disappeared.