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

后端 未结 7 594
长情又很酷
长情又很酷 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:09

    Doing the above did not work for me..

    I recommend doing the following instead:

    In: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion

    Add:

    • ForceLog set value to 1 (DWORD )
    • LogFailures set value to 1 (DWORD)
    • LogResourceBinds set value to 1 (DWORD)
    • LogPath (String) set value to folder for logs ie) C:\FusionLog\

    Very straightforward.. and that worked for me! I use Windows 2012 R2.

    Found this in: http://pauliom.com/2012/01/30/how-to-log-net-binding-errors-when-you-dont-have-fuslogvw-exe/

    Thanks

提交回复
热议问题