简体   繁体   中英

How to export auto-generated class diagram from VS 2012 to VS 2015

Microsoft has removed class diagram generation from codes using reverse engineering.I want to move an auto-generated class diagram using VS2012 to VS2015 project but I didn't find a solution doing that.Saving generated class diagram in an .classdiagram file and then import that to another project will fail with error :

Cannot Load 'D:\...\ClassDiagram1.classdiagram': You must open this UML diagram inside the Visual Studio modeling project that was used to create it"

Any suggestion for doing that?

我自己找到了解决方案。我保存了完整的UML项目,然后在VS2015中打开该项目,然后将类图复制粘贴到我的VS2015项目中。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM