How to locate fuslogvw.exe on my machine?

Viewed 66166

I'm looking for the assembly binding log viewer executable (fuslogvw.exe), but I can't seem to find it on my machine. It's there for sure because when I type fuslogvw in a Visual Studio command prompt the application opens.

The machine I'm working on has a clean Visual Studio 2008 installation, no previous versions were ever installed.

Does anyone know where to find it? I need the exe to be able to copy it to a server to solve a binding issue.

8 Answers

Might be late to the party but maybe some of you might be interested in a modern alternative to FUSLOGVW.exe I put on GitHub: Fusion++

Fusion++

It's super easy to use: Just click "Record" to capture assembly logs. If you are done, click "Stop" again and Fusion++ will parse all the log files for you.

Windows 10:

C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX [INSERT VERSION HERE] Tools

Related