Skip to content

Instantly share code, notes, and snippets.

@harshbaid
Last active November 1, 2019 14:18
Show Gist options
  • Select an option

  • Save harshbaid/db5edcdb56b4f8bda759c72ee4710add to your computer and use it in GitHub Desktop.

Select an option

Save harshbaid/db5edcdb56b4f8bda759c72ee4710add to your computer and use it in GitHub Desktop.
Enable FusionLog to understanding assembly binding conflicts

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
DWORD EnableLog set value to 1
String LogPath set value to folder for logs (e.g. C:\FusionLog\)

Make sure to include the backslash after the folder name and that the Folder exists.

Need to restart the running program to force it to read those registry settings.

Note: Turn off fusion logging off when not needed.

@harshbaid
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment