(This tool displays the dependencies between assemblies in a .NET software.
You can use it for verifying your software architecture or for finding bugs.
The result is a directed graph which shows the referenced assemblies and if
they could be successfully loaded. Dependencies to legacy DLLs (via P/Invoke)
are also displayed.
It is very easy to use: Just add the assembly you want to inspect as entry point.
You even can add a complete folder or assemblies from the global assembly cache (GAC).
If any references are corrupt, a detailed error message gets displayed and the
position is accordingly marked in the graph.)