Search code examples
visual-studio-2010diagramclass-diagram

Generate a class diagram from Visual Studio


I would like to generate a class diagram with relations for my visual studio project. I opened my solution, added a new ModelingProject, added a new .classdiagram file but when i want to drag my folders or my classes onto the diagram layout I get the "not available" sign.

Does anyone has any idea on how to fix this ?

Prove


Solution

  • For generating the class diagram Visual Studio is providing the in-built option please use that, Go to class view window of your project, RightClick -> select View -> click on View Class Diagram. This will generate a class diagram for your project.

    Ref:

    Thanks