Assembly Inspector in Action
Click any of the images to view a larger size.
The tree view is just one of ways you can view an assembly's dependencies. See
each assembly, and its relationship to all your application's other dependent
assemblies.
The list view is a versatile way to view your assembly's dependencies. See details
about each assembly in the list.
When an assembly cannot be found, it is identified in the tree view. You can easily see
which assembly depends on the missing assembly.
Showing its versatility, the list view quickly highlights missing assemblies.
Assembly Inspector allows you to choose to show either all assemblies or just
those that could not be loaded.
Click an assembly in either the tree or list view, and all the details about the assembly
are display in the assembly details area of Assembly Inspector.
The dreaded "Assembly Not Found" .NET runtime error. Assembly Inspector can help you
avoid these errors by detecting missing assemblies sooner.