Detailing Failed Assembly Loads with the Assembly Binding Log Viewer ("The Fusion Logger")

Fuslogvw.exe is included with the Windows .NET Framework and reports how the CLR is loading your assembly and its dependencies (certainly useful for debugging version redirects etc.). By default it logs only failures but to log successful loads just change the registry key at HKLM\Software\Microsoft\Fusion\ForceLog  to 1.

For more info:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cpgrffusionlogviewerfuslogvwexe.asp

Comments are closed.
Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer’s view in any way.