Hi Giesen,

Did you configure log4net in the <configSections> section?

http://logging.apache.org/log4net/release/sdk/log4net.Config.Log4NetConfigur
ationSectionHandler.html

That link should help you.

Phil

-----Original Message-----
From: Giesen Giesen [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 09, 2006 2:40 PM
To: [email protected]
Subject: Unrecognized configuration section log4net?

I'm writing a Windows service using .NET 2.0

In my app.config, I have a <log4net> section that sets all log4net settings.

My app launches, and starts to run perfectly. All logging works
perfectly and is properly configured.

Then when my code hits:
FtpWebRequest.Create(uri)

I get an exception with this messager: "Unrecognized configuration
section log4net"

Obviously, log4net, isn't part of the official app.config schema. How
is this resolved?

Reply via email to