To enable Fusion logging in .NET, you need to do the following:
  • Open up the Windows Registry Editor (RegEdit.exe) and add the following keys:
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.
  • You need to restart the program that you're running to force it to read those registry settings.
  • You can now locate the logs in C:\FusionLog and provide to Inflectra support who will help determine the cause.

Note: 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".