Author Topic: MDG link Export subpackages to VS.Net  (Read 3084 times)

rajarajeswaran

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
MDG link Export subpackages to VS.Net
« on: October 11, 2004, 05:25:04 am »
Hi,
With EA I had created the static classes under the logical model. In this I had Package, say for eg., PacakageA. Under PackageA I had created a Sub packageAB. I created a class 'PackageAClass.cs' under PackageA. I create a class  'PackageABClass.cs' under PackageAB. I had changed the default language as C#.

I have created a empty solotion file EAMDGTEST.sln using VS.NET. Then I had created a project 'PackageA' C# Class library. Kept the VS.Net open.

Then using EA-->MDGLINK I created a connection to the project PackageA in VS.Net.
Then I chosed the 'mergewith visual studio' from Add-In. Here I had selected all the class files which under the PackageA and started the merging process.

In VS.Net I found that both the classes were created under the Project 'PackageA', which is not what I expected. I am under impression that MDG LINK will create a subfolder PackageAB and create the class 'PackageABClass.cs'  under this package.
I need some help on this....

But this works when I import c# projects in to EA model which has sub packages. In this process folders are created under the PacakageA in EA Logical view.

Thanks,
Raja