On 2011-10-18, John Moreno wrote: > log4net 1.2.10 is throwing an exception when I try to create it.
This happens with the 1.2.10 codebase if you compile it as a .NET 4.0 project. If you do so, the "new security rules" apply instead of CAS and the 1.2.10 code base violates quite a few of them. You basically have two options: (1) use log4net 1.2.11 instead. (2) configure your application to use the old CAS security model. Stefan