Microsoft Fusion tool (Assembly binding logging) fuslogvw.exe - ablealias/asp.net GitHub Wiki
Microsoft Fusion Tool helps to find the Type Load Exceptions and Assembly binding, Assembly Version, and Culture mismatch issues. fuslogvw.exe tool will help you diagnose why the .NET framework can't locate the assembly at run time. The common language runtime's failure to locate an assembly typically shows up as a TypeLoadException in your application.
To enable the Fusion Logs (Assembly binding logging) in Registry
- Open Registry Editor
- Go to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion
- Change the value of EnableLog to 1. If this key doesn’t exist, create it (DWORD(32-bit) type)
To find an assembly's token use the VS Command prompt and type > sn -T dllname