1.x To 2.0 Migration Tip: Where did ConfigurationManager Go?

Posted on May 03, 2006  |  

Posted in Development

No comments yet

Last migration tip for tonight. When migrating a web application project, System.Configuration is not referenced by default in Visual Studio. You may see warnings about deprecated use of ConfigurationSettings, so you’ll need to switch to ConfigurationManager.

To restore the balance of the force, go to Project | Add Reference… and pick System.Configuration.

Leave a comment

  •