How to solve: The type or namespace name ‘log4net’ could not be found in .NET 4.0?
If you create a new .NET 4.0 console application in Microsoft Visual Studio .NET 2010 and add a reference to the Log4Net v1.2.10 dll, you can add the using statement [using log4net;], but after…