App. Config "configuration system failed to initialize" exception Resolution C #

Source: Internet
Author: User
Tags log4net

system.configuration.configurationmanager.appsettings["User"];

" configuration system failed to initialize" error occurred

Workaround:

If the configuration file contains a configsections element, the configsections element must be the first child element of the configuration element. ", after placing the appsettings in configsections, it is normal.

It's a question of calling log4net and messing up the app. config order.

<?xml version= "1.0" encoding= "Utf-8"?><configuration> <configSections> <!--log4net definition-- <section name= "log4net" type= "log4net. Config.log4netconfigurationsectionhandler, log4net "/> </configSections> <startup> <supported Runtime version= "v4.0" sku= ". netframework,version=v4.0 "/> </startup> <!--configuration log4net--> <log4net> <!--logging by days using rolling method Logs--<appender name= "errorlog" type= "log4net. Appender.rollingfileappender "> <file value=" log\\ "/> <appendtofile value=" true "/> <para M name= "Lockingmodel" value= "log4net. Appender.FileAppender.MinimalLock "/> <rollingstyle value=" Date "/> <datepattern value=" Yyyy-mm-dd ". TXT ""/> <staticlogfilename value= "false"/> <layout type= "log4net. Layout.patternlayout "> <!--

  

App. Config "configuration system failed to initialize" exception Resolution C #

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.