Book a Demo

Author Topic: Synchronizing Package Contents  (Read 2506 times)

Rodney

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Synchronizing Package Contents
« on: October 12, 2004, 05:02:40 am »
I am certain that this problem is user error and may have been answered already.  However, I couldn't find the answer by searching the forum.

I built my original model in EA 4 Build 738 and it worked just as I expected.  I then Generated the Source code.  I did some work in Visual Studio.Net 2003 where I added some classes that were not apart of the original model.  However, when I synchronized the package content, EA only synchronized existing classes but didn't import the new classes. How do I make "Synchronize Package Contents . . ." import the new classes as well?

Thanks in advance and I apologize if this question has been asked several times before.

-- Rodney

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Synchronizing Package Contents
« Reply #1 on: October 12, 2004, 04:01:28 pm »
If you are using the MDG Link for Visual Studio.Net you can get the new classes and in the Add-Ins menu of EA select Merge with Visual Studio.

If you aren't using that addin then you'll have to manually reverse engineer the files for any new classes you want to import.

Simon