Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Tehila1 on February 02, 2014, 09:05:23 pm

Title: EA document generator
Post by: Tehila1 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?
Title: Re: EA document generator
Post by: Eve 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.