引用了System.Configuration命名空间,却找不到ConfigurationManager类
用ConfigurationManager类来读取应用程序配置文件的信息时,提示:System.Configuration命名空间下找不到ConfigurationManager类
查过资料后得知:要添加对System.Configuration.dll文件的引用
----转载请注明出处http://www.cnblogs.com/JerryWang1991/ 谢谢!
用ConfigurationManager类来读取应用程序配置文件的信息时,提示:System.Configuration命名空间下找不到ConfigurationManager类
查过资料后得知:要添加对System.Configuration.dll文件的引用