Author Topic: EA document generator  (Read 2695 times)

Tehila1

  • EA User
  • **
  • Posts: 256
  • Karma: +0/-0
    • View Profile
EA document generator
« on: February 02, 2014, 09:05:23 pm »
Hello!

I've developed an EA add in which uses EA document generator.

When invoking the add in in EA 8.0 I get the following error:

 "Method not found: 'EA.DocumentGenerator EA.IDualRepository.CreateDocumentGenerator()'.

How can I conform my add in with EA 8.0?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8083
  • Karma: +118/-20
    • View Profile
Re: EA document generator
« Reply #1 on: February 03, 2014, 08:42:07 am »
That function was introduced in version 9.0.

Query Repository.LibraryVersion and disable any functionality using the document generator if value returned is less than 904.
« Last Edit: February 03, 2014, 09:50:29 am by simonm »