摘要:
问题: 新建一个Class项目,在类中为了使用ConfigurationManager这个类, 引用了System.Configuration命名空间 using System.Configuration;但是发现在程序中,系统确不认识ConfigurationManager关键字. 解决:在你的Project引用中,需要add reference -> System.Configuration 阅读全文
posted @ 2011-06-11 15:29
Master HaKu
阅读(278)
评论(0)
推荐(0)