Questions tagged [fusion-log-viewer]
8 questions
84
votes
7 answers
using FUSLOGVW.EXE on a machine with no Visual Studio installed
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…

Gerrie Schenck
- 22,148
- 20
- 68
- 95
7
votes
1 answer
What is this Fusion log saying?
I am debugging an assembly loading problem, so I'm looking through fusion logs. Sometimes they confuse me because they begin with indicating a failure, then in the end they say the assembly loads from where I expect it to be loaded.
What does "The…

Anders Forsgren
- 10,827
- 4
- 40
- 77
2
votes
1 answer
Reference assembly version mismatch
I am trying to do a demo for Fusion Log Viewer, wanting to view the Assembly Bind Logs in a custom directory.
I just created a small demo application for this as follows:
A small class library project containing just one method GetString() and set…
user3492844
2
votes
0 answers
Fusion Log Viewer not working after Windows 8.1 upgrade
I’ve noticed that after I've upgraded to Windows 8.1, Fusion Logger does not work, in the sense, when my .NET projects run (ASP.NET Website), clicking ‘Refresh’ does not yield anything.
It used to work on Windows 8 perfectly fine, before the…

user2940437
- 21
- 2
2
votes
1 answer
Tools that can be used to debug .NET Assembly Load failures
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

Mohammed Ali
- 1,027
- 1
- 9
- 16
1
vote
1 answer
Application Error: Could not load file or assembly file:///D:\CISPL\APP\DocProDms\bin\GroupDocs.Viewer.dll
first of all I don't know if this question can be asked on stackoverflow or not and secondly I know the log file below is very big, but I wanted everyone to understand the error properly, and please don't close this question as I already tried…

Ibrahim shaikh
- 235
- 2
- 15
0
votes
1 answer
How to find exact cause that makes System.Reflection.Assembly.LoadFile fail?
The LoadFile() function is really giving me a tough time.
I have two assemblies, Asm1.dll, and Asm2.dll that are being installed in the GAC.
Later, these assemblies are loaded using LoadFile() to create a matching type library.
This all works well…

Frank Heimes
- 100
- 6
0
votes
3 answers
FxCop: control assembly referenced by analyzed assembly not being loaded
FWIW: Windows 7 64bit, Compact Framework v3.5, FxCop v1.36 (running fxcopcmd.exe)
I'm having problems getting FxCop 1.36 to run correctly. I'm analyzing a compact framework application with the globalization rules from…

Derick Bailey
- 72,004
- 22
- 206
- 219