fusion-log-viewer

Tools that can be used to debug .NET Assembly Load failures [closed]

本小妞迷上赌 提交于 2019-12-07 19:27:04
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . What are some good tools you use to debug a .NET assembly load failure that has native dependencies. I have used fusion logger (FUSLOGVW.exe) and ProcMon but they haven't helped me much. Any other tools that are useful? Thanks, Mohammed 回答1: The only other tool I found that was a bit helpful was Dependency

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

心不动则不痛 提交于 2019-11-27 17:14:33
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 Visual Studio installed on the machine, I copied FUSLOGVW.EXE to a local folder and started it there. Is this supposed to work or does it need something else? I don't get the impression the application is logging any failures (and yes I have the settings right). Fuslogvw doesn't do the logging. The fusion loader does that. Fuslogvw just displays the log output. Are you getting any logs at all in the output directory you have

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

我的梦境 提交于 2019-11-26 22:32:28
问题 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 Visual Studio installed on the machine, I copied FUSLOGVW.EXE to a local folder and started it there. Is this supposed to work or does it need something else? I don't get the impression the application is logging any failures (and yes I have the settings right). 回答1: Fuslogvw doesn't do the logging. The fusion loader does that