ConfigurationManager不认的问题

问题:

  新建一个Class项目,在类中为了使用ConfigurationManager这个类, 引用了System.Configuration

命名空间

  using System.Configuration;

但是发现在程序中,系统确不认识ConfigurationManager关键字.

 

  解决:

在你的Project引用中,需要add reference -> System.Configuration

 

posted @ 2011-06-11 15:29  Master HaKu  阅读(270)  评论(0编辑  收藏  举报