Activity overview
Latest activity by kualala
Hi, Jessica:
Of course I copied over the log4net.config myself.
And I did the testing you suggested, and found that without merging the log4net.dll, the output exe can produce the log file.
So I chose to embed the log4net.dll instead of merging, the output exe file
can produce the log file.
so my problem solved.
thank you very much. / comments
Hi, Jessica:
Of course I copied over the log4net.config myself.
And I did the testing you suggested, and found that without merging the log4net.dll, the output exe can produce the log file.
So I ch...
log4net.config not recognized by combined exe
Hi,
I have a .net console application with few dlls, in assemblyInfo.cs i have
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4net.config", Watch = true)]
after using SA to build a comb...