WRN: Assembly binding logging is turned OFF

I encountered this error,

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].

And once I got into the fusion folder, I couldn't find the EnableLog file, can you please help me?


You only need to turn assembly bind logging on if you wish to diagnose a problem with loading assemblies. If you need to do this, the best way to turn logging on temporarily is using the Fusion Log Viewer, fuslogvw.exe. Instructions on how to use it can be found here.


将“Microsoft.Extensions.Logging.Debug 1.1.0”更新为“Microsoft.Extensions.Logging.Debug 1.1.2”为我解决了这个问题

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

上一篇: 什么是使用Assembly Attributes的最佳实践?

下一篇: 警告:程序集绑定日志记录已关闭