log4net not logging and throwing error

I have been using log4Net to write in a text file when there is any exception in my web service, this was working but today it started to throw error.

System.Web.Services.Protocols.SoapException: Server was unable to

process request. ---> System.TypeInitializationException: The type initializer for.. threw an exception. ---> System.IO.FileLoadException: Could not load file or assembly 'log4net, Version=1.2.9.0, Culture=neutral, PublicKeyToken=b32731d11ce58905' 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.9.0, Culture=neutral, PublicKeyToken=b32731d11ce58905'

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLMSoftwareMicrosoftFusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLMSoftwareMicrosoftFusion!EnableLog].

If you have any inputs on this stack info, pls. share it.


Did you change the code, or did this just start happening?

I've seen this error occur when the target processor architecture was mismatched. Did you change that by any chance?

If this isn't the case, and you have Windows SDK installed, you can use the Fusion Log Viewer to view assembly binding logs. The utility should be installed on your machine.

链接地址: http://www.djcxy.com/p/43654.html

上一篇: 无法加载文件或程序集'log4net'

下一篇: log4net不记录并抛出错误