.NET 3.5 - Configuration system failed to initialize exception

前端 未结 11 1795
轻奢々
轻奢々 2020-12-03 13:07

In my winform app, I am trying to add a userSetting, although the error is occuring with appSettings too. When the setting is added I get an exeption thrown that says: \"Con

11条回答
  •  北海茫月
    2020-12-03 14:08

    I had a this problem today and found that I'd accidentally (not to mention erroneously) added a second custom configuration section to my App.config. Once I removed the errant addition, I was able to continue running my application without problems.

    
    
      
        

    Removing the second ABCConfig section resolved my problem. Hope this helps!

提交回复
热议问题