C# Hints & Tips in the web
This blog contains the C# hints & tips that I found in the web.
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment