This guide will help you turn on assembly binding logging. This logging allows detailed information regarding an assembly binding and any related issues to be logged. Enabling assembly binding logging can help developers quickly troubleshoot and solve any binding issues that arise.
Step-by-Step Instructions
- Open the Registry Editor.
- To do so, press the Windows Key + R on your keyboard, type
regedit
into the text box and press Enter.
- Navigate to the Registry Key for assembly binding logging in the registry editor:
HKEY_LOCAL_MACHINE\Software\Microsoft\Fusion
- In the Fusion folder (see image below), right-click on the right-hand pane and select New and then DWORD (32-bit) Value.
- This will create a new key called New Value #1
- Rename this value key to
EnableLog
.
- Double-click on the
EnableLog
key, change the value data to1
and click OK. - Now, right-click the right-hand pane and select New -> DWORD (32-bit) Value.
- This creates a key called New Value #1
- Rename this value to
ForceLog
.
- Double-click on the
ForceLog
key, change the value data to1
and click OK. - Close the Registry Editor.
FAQs
Q: Do I need to restart my computer after making the changes?
A: No, you do not need to restart your computer. The changes will take effect immediately.
Q: Where are the log files stored?
A: Assembly binding logging will store the log files in the %windir%\assembly\LOGS
directory.
Q: Does assembly binding logging have any performance impact?
A: No, assembly binding logging does not have any performance impact.