Quantcast
Channel: Tips and Tricks – .NET Code Geeks
Viewing all articles
Browse latest Browse all 16

.NET enable and disable Fusion log to investigate assembly loading issues

$
0
0
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 ...

Viewing all articles
Browse latest Browse all 16

Trending Articles