Search This Blog

Tuesday, October 6, 2009

Setting Up Fusion Logging for .net

Need 2.0+ framework installed
In the Registry:
Add the following values to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion
Add:
DWORD ForceLog set value to 1
DWORD LogFailures set value to 1
DWORD LogResourceBinds set value to 1
String LogPath set value to folder for logs ie) C:\FusionLog\

Make sure you include the backslash after the folder name.

Invaluable logging to debug Assembly and type loading issues!

No comments: