Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started 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?
-
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.