How do I enable assembly bind failure logging (Fusion) in .NET?
|
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 (e.g. C:\FusionLog\) Make sure you include the backslash after the folder name and that the Folder exists. |
|||||||||||||||||||||
|
|
If you have the Windows SDK installed on your machine, you'll find the "Fusion Log Viewer" under Microsoft SDK\Tools (just type "Fusion" in the start menu on Vista or Windows 7/8). Launch it, click the Settings button, and select "Log bind failure" or "Log all binds". If these buttons are disabled, go back to the start menu, right-click the Log Viewer, and select "Run as Administrator". |
|||||||||||||||||||
|
|
Set the following registry value: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion!EnableLog] (DWORD) to 1 To disable, set to 0 or delete the value. [edit from Brian]: Windows Registry Editor Format:
|
|||||||||||||||||||
|
|
I usually use the Fusion Log Viewer (Fuslogvw.exe from a Visual Studio command prompt or Fusion Log Viewer from the start menu) - my standard setup is:
Remember to turn of logging off once you're done! (I just posted this on a similar question - I think it's relevant here too.) |
|||||
|
|
The Fusion Log Settings Viewer changer script is bar none the best way to do this. In ASP.NET, it has been tricky at times to get this to work correctly. This script works great and was listed on Scott Hanselman's Power Tool list as well. I've personally used it for years and its never let me down. |
||||
|
|
If you already have logging enabled and you still get this error on Windows 7 64 bit, try this in IIS 7.5:
|
||||
|
|
protected by Community♦ Oct 11 '11 at 11:11
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

fuslogvw.exeas an administrator to avoid any rights issues. – SliverNinja Feb 27 '12 at 16:41