Re: ADONetAppender

2006-05-02 Thread Priya
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

ADONetAppender

2006-05-02 Thread Priya
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

RE: Different versions

2006-05-02 Thread Peter A. Kirk
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- >

RE: Different versions

2006-05-02 Thread Peter A. Kirk
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