Reverse engineering a solution (multiple projects)

Hi I have the need to reverse engineer two projects that reside on the same solution.

My intention is to be able to see and illustrate all dependencies and references between these two projects.

Is there a way of doing this?

Dear JuanK,

Thank you for your post. You can make use of our Instant Reverse feature.

Suppose you have project A and project B, and you are working at project A. You can select “Tools > Instant Reverse > .Net dll or exe files” from menu, and point to the .dll/.exe file resulted by building project B. By doing this, you will have a set of class models of project B. Then, you can include them in the diagram in project A to show the relationships between class models in project A and B.

Best regards,
Jick

[quote=Jick]Dear JuanK,

Thank you for your post. You can make use of our Instant Reverse feature.

Suppose you have project A and project B, and you are working at project A. You can select “Tools > Instant Reverse > .Net dll or exe files” from menu, and point to the .dll/.exe file resulted by building project B. By doing this, you will have a set of class models of project B. Then, you can include them in the diagram in project A to show the relationships between class models in project A and B.

Best regards,
Jick[/quote]

I’ll try that

thanks a million

You are welcome. I hope my suggestion has helped. :slight_smile: