Вы пытались перенаправить привязку?
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="log4net" publicKeyToken="**key**" />
<bindingRedirect oldVersion="**versionDNOAbuiltWith**" newVersion="**yourversion**" />
</dependentAssembly>
</assemblyBinding>
</runtime>