当前上下文中不存在名称“ConfigurationManager”

Posted Hello未来

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了当前上下文中不存在名称“ConfigurationManager”相关的知识,希望对你有一定的参考价值。

Visual Studio调试出现错误:当前上下文中不存在名称“ConfigurationManager”

解决方法:

1.
System.Configuration引用这个dll
参考:http://keleyi.com/a/bjac/rh2ouu5w.htm


2.
再引用此名称空间using System.Configuration;

以上是关于当前上下文中不存在名称“ConfigurationManager”的主要内容,如果未能解决你的问题,请参考以下文章

using System.Configuration显示灰色,当前上下文中不存在名称“ConfigurationManager”

错误:当前上下文中不存在名称“ConfigurationManager”

C# 当前上下文中不存在的名称

arcengine显示当前上下文中不存在名称怎么办

CS0103: 当前上下文中不存在名称“DataHelper”

C# 当前上下文中不存在名称“Console”