Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 [HKLM\Software\Microsoft\Fusion!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 [HKLM\Software\Microsoft\Fusion!EnableLog].

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

like image 732
user2750785 Avatar asked Sep 05 '13 12:09

user2750785


1 Answers

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.

like image 98
idlemind Avatar answered Sep 18 '22 12:09

idlemind