I am getting the attached error, ever since I put the latest version of log4net (1.2.11.0) on my solution projects. This happens on server right after I deploy, and when I refresh again it just disappears until next deployment. Please notice that I've tried the following version redirection code, but it did not help:
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral" />
<bindingRedirect oldVersion="1.2.10.0" newVersion="1.2.11.0" />
</dependentAssembly>
</assemblyBinding>
This is the error I am getting:
Server Error in '/' Application.
Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Exception Details: System.IO.FileLoadException: Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Source Error:
Line 76: </script>
Line 77: <form id="form1" runat="server">
Line 78: <asp:ScriptManager ID="radscriptmanager" runat="server">
Line 79: </asp:ScriptManager>
Line 80: <asp:ContentPlaceHolder ID="cphAfterScriptManager" runat="server">
Source File: MainFront.Master Line: 78
Assembly Load Trace: The following information can be helpful to determine why the assembly 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821' could not be loaded.