开发者

Can we merge two dgml diagrams into a single one?

We host 3 WCF services through IIS. They all inter 开发者_如何学Ccommunicate with each other. Through Architecture explorer, I can get their individual dependency diagrams including the function level details. What im looking at is to have one merged diagram probably, to get the complete picture? My idea was to merge the diagrams based on the contracts definition probably... Is there a tool available which does this? or Any other ideas are welcome :)


Have you tried copy/paste? If the identifiers on the nodes match then the paste operation does behave like a merge.

To help make the identifiers match, you may want to place the assemblies you are visualizing all in the same folder so the full path of each assembly is the same in all 3 diagrams, then the merge will work better.

Alternately, you can drag all the assemblies to the same graph, or you can use Select Files... in Architecture Explorer to select all of your assemblies, then choose the Open action in the next column instead of Contains, and then you can produce a single dependency graph containing all the code you care about.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜