winform 在获取应用程序的配置信息中出现“当前上下文中不存在名称"ConfigurationManager"”

usingSystem;usingSystem.Configuration;namespacelogger.Code{publicclassGetConfig{publi... using System;using System.Configuration;namespace logger.Code{ public class GetConfig { public static string AppName { get { return GetKeyValue("appname"); } } public static string RootDir { get { return GetKeyValue("rootdir"); } } public static int Port { get { //return Convert.ToInt32(GetKeyValue("port")); return 8001; } } private static string GetKeyValue(string key) { return aaConfigurationManager.AppSettings[key]; } } }错误 1 当前上下文中不存在名称“aaConfigurationManager” C:\Users\shixun304\Desktop\xxx\logger\logger\Code\GetConfig.cs 34 24 logger 展开
 我来答
cc486255
推荐于2017-10-05 · 知道合伙人软件行家
cc486255
知道合伙人软件行家
采纳数:697 获赞数:1968
3年.NET开发经验

向TA提问 私信TA
展开全部
aaConfigurationManager前面的aa删掉只留
ConfigurationManager
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式