You can use a copy of the log4net 1.2.0.9 release from
http://logging.apache.org/log4net/downloads.html.
Open Visual Studio 2005 and select File->Open->Solution, pick the
log4net.sln from the clean copy of 1.2.0.9.
Run through the conversion wizard (I don't have any issues here). Then
build a debug build.
I just did it and I get the following results:
log4net: Compile complete -- 0 errors, 120 warnings
log4net.Tests: Compile complete -- 0 errors, 47 warnings
If you want a version that builds without warnings then you will need to
use Subversion to checkout the latest copy of the sources. See
http://logging.apache.org/log4net/contributing.html#svn-anon for
details. You will need to change the Build conditional compilation
symbols from "NET;NET_1_0" to "NET;NET_2_0".
Cheers,
Nicko
> -----Original Message-----
> From: news [mailto:news@sea.gmane.org] On Behalf Of LadyShug
> Sent: 24 February 2006 05:29
> To: log4net-user@logging.apache.org
> Subject: Re: .NET 2.0
>
> Great... I've been having issues during the conversion
> process when trying to open the log4net project with visual
> studio 2005 (.net 2.0)
>
> could you please forward me the source you used
>
>
>
>
>
>
|