Author Topic: Build 7.1.788 -  Updated EA type library and  (Read 4853 times)

Jeff Odell

  • EA User
  • **
  • Posts: 99
  • Karma: +0/-0
    • View Profile
Build 7.1.788 -  Updated EA type library and
« on: March 02, 2006, 05:07:58 am »
The list of updates in version 6.1.788 includes:

 "Updated EA type library and Interop assembly"

Does anyone know what this implies?

I'm going to investigate by relinking to my .Net utilities for EA.  If anyone else discovers what this means, please reply to this post and let us know.

Thanks -


jlo

thomaskilian

  • Guest
Re: Build 7.1.788 -  Updated EA type library
« Reply #1 on: March 02, 2006, 12:18:49 pm »
The updated type library would imply a change in  the COM interface, I guess. Regarding Interop assembly: hasn't that to do with th reverse engineering for binaries ???
I might be completely wrong, though.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8085
  • Karma: +118/-20
    • View Profile
Re: Build 7.1.788 -  Updated EA type library and
« Reply #2 on: March 02, 2006, 02:42:16 pm »
The Interop assembly is to do with using the automation interface from .Net.

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Build 7.1.788 -  Updated EA type library
« Reply #3 on: March 02, 2006, 03:40:02 pm »
Thanks Simon,

But just what about it is updated? Should we relink our .Net projects? And finally, are there any changes to prior interfaces we should be aware of, or are the changes more in the nature of extensions.

TIA,
David
No, you can't have it!

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: Build 7.1.788 -  Updated EA type library
« Reply #4 on: March 02, 2006, 05:05:10 pm »
There was a glich in in the previous few builds where minor changes had been made to the interface, but the typelib and interop files had not been updated in the release builds.  The main issue encountered in automation was with a change made to Repository.GetAttributeByGuid() and Repository.GetMethodByGuid() where there was a correction to their signatures.

Unless you are experiencing any problems with these methods, you should not need to re-link.
« Last Edit: March 02, 2006, 05:06:02 pm by AaronB »