Author Topic: getcontextObject in C#  (Read 3172 times)

danielhsh

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
getcontextObject in C#
« on: October 01, 2010, 07:16:23 pm »
I wrote some Jscript in EA using  the getContextObject method, however cannot find it in the C# add-in interface, do you guys experienced this as well?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13404
  • Karma: +567/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: getcontextObject in C#
« Reply #1 on: October 01, 2010, 09:18:43 pm »
you might still be using an old version of the interop.ea.dll

In my version the Repository.GetContextObject is there.
I just checked and I'm using version 2.10.238.1 dated Wednesday 18 August 2010, 14:35:22

(I've installed EA 8.0.862)

Geert