App.config提示错误“配置系统未能初始化”
时间:2015-12-16 12:01:10
收藏:0
阅读:214
解决:
"如果配置文件中包含 configSections 元素,则 configSections 元素必须是 configuration 元素的第一个子元素。"
所以它前面如果有connectionStrings或其它节点,必须把connectionStrings放到它的后面。
原文:http://www.cnblogs.com/Alex80/p/5050391.html
评论(0)