I use log4net with .NET 4.5 all the time without problem. The most common cause for no log file that I've heard of is that you build against one version of log4net and run against a different one, or have the wrong bindingRedirects in your .config file.
-- Andrew Arnott "I [may] not agree with what you have to say, but I'll defend to the death your right to say it." - S. G. Tallentyre On Tue, Apr 9, 2013 at 5:37 AM, El Tigre <el_tigre...@yahoo.com> wrote: > > All is setup correctly (I have used log4net in the past) but is not > working for my project with .net 4.5 > And I must use .net 4.5 > >