I found the solution by debugging the log4net source: [assembly: log4net.Config.XmlConfigurator(Watch = true)]
has to be placed in the AssemblyInfo.cs of the Assembly that first fires a call to LogManager.GetLogger() ! -- View this message in context: http://old.nabble.com/log4net-configuration-problems-with-vs2010-installed-side-by-side-with-vs2008-tp29163615p29174490.html Sent from the Log4net - Users mailing list archive at Nabble.com.
