How to enable assembly bind failure logging (FUSION) in .NET.
|
1
|
|
|
|
|
|
Add the following values to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion Add: DWORD ForceLog set value to 1 DWORD LogFailures set value to 1 DWORD LogResourceBinds set value to 1 String LogPath set value to folder for logs ie) C:\FusionLog\ Make sure you include the backslash after the folder name. |
||
|
|
|
|
Set the following registry value: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion!EnableLog] (DWORD) to 1 To disable, set to 0 or delete the value. |
||||||||
|
