I have had this same problem. I get around it by using the below line of code in the Application_Start
method in the Global.asax.cs (assuming its a .Net web application)
log4net.Config.XmlConfigurator.Configure();
I have had this same problem. I get around it by using the below line of code in the Application_Start
method in the Global.asax.cs (assuming its a .Net web application)
log4net.Config.XmlConfigurator.Configure();