## General Notes
`fuslogvw.exe` can monitor applications being run (or starting up) and log the results of type bindings to a log file. This doesn't always work as expected when running an app via [[Visual Studio]] (or perhaps other IDEs), but in those cases the "Fusion Logs" will show up in exception details sometimes, as well.
Run `fuslogvw.exe` as **Administrator** when attempting to start the problematic application. Make sure that "Log bind failures only" is checked in settings. This program can be found at:
```
C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\fuslogvw.exe
```
#windows #dotnet #development