Re: disable log4net

2010-02-11 Thread rkonda
this didn't work!! Pascal ROZE wrote: > > Hi, > > > > ... > > > Pascal > > > > On 11 February 2010 04:01, rkonda wrote: > >> >> I am using a library that uses log4net for logging purposes. It seems to >> be >> overriding Trace logging. My code that used to work before, logs data to >

RE: Problem compile log4net for NETCF 2.0

2010-02-11 Thread Radovan Raszka
even when compiled sucessfully, it has some unacceptable side effects. It compiles using .NET 2.0, not using CF 2.0 what leads that some .NET 2.0 libraries are deployed to my Win CE device. It is not possible as disk space is insufficient. So I finally compiled it from cmd line using CF 2.0, but