Had to investigate some Assembly Loading issues, so I wrote two batch files to enable and disable the .NET Fusion Log: reg add "HKLM\Software\Microsoft\Fusion" /v EnableLog /t REG_DWORD /d 0 /f Disable-Fusion-Log-.NET-Assembly-Binding-Logging.bat hosted by GitHub. reg add "HKLM\Software\Microsoft\Fusion" /v EnableLog /t REG_DWORD /d 1 /f Enable-Fusion-Log-.NET-Assembly-Binding-Logging.bat hosted by GitHub. They modify the HKLM\Software\Microsoft\Fusion key REG_DWORD ...
↧