I have generated my C++ project class diagram using Visual Studio 2012 CLASS DIAGRAM -> Export Diagram as Image .And I am getting the following error:
specified cast is not valid
In the web I found that VS2012 Update 1 was supposed to fix this.I am today on update 4 and I still experience this issue.How can I fix it?
To generate the diagram I did the following:
Go to "Class View" panel ,select the namespace of my classes,right click select "View Class Diagram" . Did it exactly as described here.