Question:
What is Fusion Log Viewer and what can you do with it?
Answer:
The Assembly Binding Log Viewer displays details for assembly binds. This information helps you diagnose why the .NET Framework cannot locate an assembly at run time. These failures are usually the result of an assembly deployed to the wrong location, a native image that is no longer valid, or a mismatch in version numbers or cultures. The common language runtime's failure to locate an assembly typically shows up as a TypeLoadException in your application.
https://docs.microsoft.com/en-us/dotnet/framework/tools/fuslogvw-exe-assembly-binding-log-viewer
Instruction:
To get more information, please start the attached tool Fuslogvw.exe as administrator and select the option "Log bind failures to disk" in Settings.
- select the option "Log bind failures to disk".
- Activate "Enable Custom Log path"
- Set "Custom Log path" as you like
Then reproduce the problem and provide the generated log files zipped.
Important: Finally, in the tool again in the Settings set to "Log disabled" (otherwise remains active, even if the tool is closed). |
Comments
0 comments
Please sign in to leave a comment.