Sunday, November 25, 2012

Enabled debugging log in .Net compiled app

To enable the log, change/add the following entries:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion]
"ForceLog"=dword:00000001
"LogFailures"=dword:00000001
"LogResourceBinds"=dword:00000001
"LogPath"="D:\\DebugLog\\"

No comments:

Post a Comment