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

解决方法:

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


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

相关文章:

  • 2022-02-28
  • 2021-05-22
  • 2022-12-23
  • 2021-08-13
  • 2021-05-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-21
  • 2021-05-20
  • 2021-04-27
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案