Project dependency diagram in Visio - Stack Overflow most recent 30 from stackoverflow.com2009-12-03T15:00:06Zhttp://stackoverflow.com/feeds/question/293797http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/293797/project-dependency-diagram-in-visio1Project dependency diagram in VisioKieran Benton2008-11-16T11:36:49Z2008-11-16T20:30:34Z
<p>I'm looking for a tool that will generate an assembly/project dependency diagram in Visio (or as close as possible) to assist me with breaking up some of our system into more manageable trunks.</p>
<p>The ability to include/exclude non-project dependencies is a must (i.e. include/exclude System. assemblies).</p>
http://stackoverflow.com/questions/293797/project-dependency-diagram-in-visio/294141#2941410Answer by tvanfosson for Project dependency diagram in Visiotvanfosson2008-11-16T17:41:55Z2008-11-16T17:41:55Z<p>Visio has the ability to reverse engineer UML from your solution. You can find more information <a href="http://office.microsoft.com/en-us/visio/HP815507451033.aspx" rel="nofollow">here</a>. It's not clear to me whether you can include the .Net assemblies, however -- since they are not really in your solution.</p>
http://stackoverflow.com/questions/293797/project-dependency-diagram-in-visio/294353#2943531Answer by Geoff Cox for Project dependency diagram in VisioGeoff Cox2008-11-16T20:30:34Z2008-11-16T20:30:34Z<p>Try ReSharper. (I'm not associated with the product or company, but it provides many nice features for dependency walking).</p>
<p>You can also try the Depends.exe with the SysInternal toolset - now from Microsoft.</p>
<p><a href="http://www.jetbrains.com/resharper/" rel="nofollow">ReSharper by jetbrains</a></p>