配置管理器在 vs2010 中不起作用
我正在尝试使用读取配置文件
ConfigurationManager.ConnectionStrings
但在vs2010中不可用。
ConfigurationSettings 不读取 connectionstring
部分。
有人可以提供一些帮助吗?
I am trying to read configuration file using
ConfigurationManager.ConnectionStrings
but it is not available in vs2010.
ConfigurationSettings doesn't read connectionstring
section.
Can anyone provide some help on it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要添加对 System.Configuration 的引用。
You need to add a reference to
System.Configuration
.