Fixed crash (configsection has to be first XML root child element stupid Microsoft thing)

0.6.1-post-fixes
Tedd Hansen 2008-12-05 12:45:08 +00:00
parent 081383c8cb
commit 7ee209c900
2 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<configuration> <configuration>
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
</configSections>
<runtime> <runtime>
<gcConcurrent enabled="true" /> <gcConcurrent enabled="true" />
<gcServer enabled="true" /> <gcServer enabled="true" />
</runtime> </runtime>
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
</configSections>
<appSettings> <appSettings>
</appSettings> </appSettings>
<log4net> <log4net>

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<configuration> <configuration>
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
</configSections>
<runtime> <runtime>
<gcConcurrent enabled="true" /> <gcConcurrent enabled="true" />
<gcServer enabled="true" /> <gcServer enabled="true" />
</runtime> </runtime>
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
</configSections>
<appSettings> <appSettings>
</appSettings> </appSettings>
<log4net> <log4net>