报错如下:
报错原因:
.config文件配置有问题,如下图所示,错误有二个
1、startup节点应放在最后
2、缺少节点configSections节点 使用log4net需要配置
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
</configSections>
解决方案:
添加configSections节点,并将startup节点放至最后,看下图