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.
Download: RefExplorer.zip (Version 1.5.0, April 2012, 1 MB)
Freeware
Supported Operating Systems: Windows XP and newer
Version History
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.
