You shouldn't need to re-compile log4net as .NET 3.5 is able to load assemblies from previous versions of the Framework. You should be able to configure VS2008 to open the project in 2.0 mode and compile it that way. Can you build using the build scripts?
I won't be installing VS2008 until there's a version of ReSharper for it :-/ ----- Original Message ---- From: Mike Baker <[EMAIL PROTECTED]> To: [email protected] Sent: Wednesday, February 6, 2008 10:07:28 PM Subject: The current target framework (Microsoft .NET Framework 3.5) is not supported by log4net <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in;margin-bottom:.0001pt;font-size:12.0pt;font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue;text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {color:purple;text-decoration:underline;} span.EmailStyle17 {font-family:Arial;color:windowtext;} span.EmailStyle18 {font-family:Arial;color:navy;} _filtered {margin:1.0in 1.25in 1.0in 1.25in;} div.Section1 {} --> I have recently installed Visual Studio 2008 which uses Microsoft .NET Framework 3.5. When I tried to build log4net, I got the message “The current target framework (Microsoft .NET Framework 3.5) is not supported by log4net.” Is there a workaround? If not, when will 3.5 be supported by log4net? Thanks, -Mike
