Generate a class diagram from Visual Studio

sebastian.roibu picture sebastian.roibu · Jun 19, 2013 · Viewed 73k times · Source

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

Answer

Jeya Suriya Muthumari picture Jeya Suriya Muthumari · Mar 11, 2016

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 class diagram for your project.

Ref:

Thanks