Thursday, January 27, 2005

Assembly Dependency Viewer

This simple application gets any VS.NET project or assembly and displays all the assembly / project dependencies. All dependencies are shown in a tree view with images that indicate the assembly location (Bin, GAC or registered as COM+ component). http://www.codeproject.com/dotnet/Assemblydependencies.asp

Labels: