Log4Net: Could not load file or assembly is thrown in local but not in others envs

0

I am facing a weird error in the local env, when I try to register my application as a service I am getting this error:

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) File name: 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821'

But in the other envs like QA, STG, everything works fine, and the service is register. Any idea of what is happening?

c#
windows
log4net
asked on Stack Overflow Mar 6, 2019 by Samantha

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0