Where is ConfigurationManager's namespace?

后端 未结 7 1093
半阙折子戏
半阙折子戏 2021-01-01 09:43

I\'ve got a reference to System.Configuration - and ConfigurationSettings is found no problem - but the type or namespace \'ConfigurationMana

7条回答
  •  离开以前
    2021-01-01 10:03

    You need to add a reference the System.Configuration assembly. This namespace was split across a few assemblies.

提交回复
热议问题