Hi all, I'm trying to add an xmlConfigurator in AssemblyInfo.cs but to no avail. I tried the online examples which is to:
[assembly: log4net.Config.XmlConfigurator( ConfigFile="Log4Net.config",Watch=true )] but the compiler complained taht XmlConfigurator is not an attribute class. I'm doing a C#.net proj using VS2005. How can I specify correctly in the assemblyinfo.cs to make it work? TIA Atiz
