using FUSLOGVW.EXE on a machine with no Visual Studio installed

后端 未结 7 596
长情又很酷
长情又很酷 2020-12-04 08:43

I\'m currently having some assembly binding problems on our development server. I want to investigate the problem a bit further with Fusion Log Viewer. Since there is no Vis

7条回答
  •  青春惊慌失措
    2020-12-04 09:00

    You also need to create a LogFailures key in HKLM\SOFTWARE\Microsoft\Fusion with a DWORD value of 1 to turn on the log. You should set this value back to 0 when not testing otherwise it will keep populating the log. Create a folder eg. C:\fuslog and refer to it in the Custom log path in Settings in the Assembly Binding Log Viewer.

提交回复
热议问题