tags:

views:

3039

answers:

4

There have not been any log4net release for some time. This has not presented any problems with 3.5, but what about .NET 4? Has anyone heard any rumblings about a release to support the version 4 framework when it comes out?

+2  A: 

There is an issue in the tracking system for 4.0 support.
If you need it, you can compile the version yourself with the latest release - it will compile.

weismat
A: 

There is a JIRA entry for .NET 4.0 and Client Profiles () but it is not slated for release in 1.2.11.

There is a related (unanswered) question with a comment that suggested you can simple run the 1.2.10 source through the VS2010 upgrade process.

Colin Pickard
+3  A: 

With .NET 4. Projects you can still use log4net. You will have to change the target platform to ".NET Framework 4" on the project.

More details.... http://krishnabhargav.blogspot.com/2010/02/using-net-35-clr-20-dll-inside-visual.html

krishna
A: 

Take a look at the following post: http://tseonet.blogspot.com/2010/07/making-log4net-run-on-net-40.html. Maybe this can help you!

Tjeez