I still need help please. Hi, the following is the code that I use and I'm unable to write to SQL DB. What am I missing ??? :( Any help would be greatly appreciated. Thanks. Private logger As ILog Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles
Hi, the following is the code that I use and I'm unable to write to SQL DB. What am I missing ??? :( Any help would be greatly appreciated. Thanks. Private logger As ILog Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load log4net.Config.X
I have gotten it to work now. It seems that the order of sections in the
web.config is important. At least if I put my configuration (including
log4net configuration) before the configuration for the cms, then I can
get my logging to work.
Thanks for the help,
Peter
> -Original Message-
>
Hi again
Thanks for the info. This actually seems to work (sort of). I added the
newer version of log4net (1.2.9.0) to the GAC, and added the binding
redirect to web.config.
Now my app can start, and web pages are shown via the cms.
BUT, no logging occurs. I use exactly the same configuration