I have VS 2010 professional edition. What can I do to use "Dependency Graph". I do not have "architectural" edition. Is there a FREE plugin that I could use. If not, are there any FREE 3rd party tools that could help me do the same thing.
Thanks
I have VS 2010 professional edition. What can I do to use "Dependency Graph". I do not have "architectural" edition. Is there a FREE plugin that I could use. If not, are there any FREE 3rd party tools that could help me do the same thing.
Thanks
dependency-analyser can help you.
http://code.google.com/p/dependency-analyser/
The NDepend tool does both dependency graph and dependency matrix (objectively 100x faster than VS2010 graph actually) but it is not free.
However you can download and use free trial for a while. And if you are working on an OSS project, contact us and we'll be happy to sponsor your OSS project with a free license (I am part of the tool team):
More on NDepend Dependency Graph
More on NDepend Dependency Matrix:
I needed something similar, but didn't want to pay for (or install) a tool to do it. I created a quick PowerShell script that goes through the project references and spits them out in a yuml.me friendly-format instead:
http://dependencyvisualizer.codeplex.com/ might help. You didn't say if you need something that goes beyond project-level dependencies.
You have also the VS Solution Dependency Viewer which supports VS2010 and is free for freeware/evaluation projects. You can download it directly from GForge: VS Solution Dependency Viewer project page.