开发者

Reverse engineering option in Visual studio 2008 arch edition

We have visual studio 2008 architecture installed and a c# solution created. We need to generate UML diagram (showing the classes, the relationship between them etc). In the architecture edition we don't see any option that would generate such diagram. The option of class digram mearly generates开发者_JAVA技巧 the class diagram but do not show such relationship. Is anyone aware of this?

Thanks in advance.


AFAIK UML diagrams are non existent in VS 2008 They should be available in VS 2010

Best bet here: download a tool that can import the existing code and create diagrams try Enterprise architect- http://www.sparxsystems.com/

HTH


You need to install Visio 2003 or Visio 2007 to generate UML diagrams from within Visual Studio.

Also note, not sure what relationships you're looking to see, but any property that references an object, you can right-click and pick 'Show Association', which will connect those on the diagram.

Also also, you can download the power tools for architecture edition to give you more diagramming abilities in the designer:
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5ef45ad4-336b-4a37-aded-ee9c9d8e6f8d&DisplayLang=en

Edit: Apparently this was removed from VS2008. If you have access to Visual Studio 2005, there are steps here for reverse-engineering a 2008 project in 2005.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜