You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-user@logging.apache.org by impact99999 <ho...@gmx.de> on 2010/07/15 17:39:41 UTC

*Solved* Re: log4net configuration problems with vs2010 installed side by side with vs2008

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.