Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: SomersetGraham on January 06, 2014, 10:22:59 pm
-
Hi
I have inherited the code for an addin but when i compile it I get the following error -
>c:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Interop.EA". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
Does anyone know what this means and how I get fix it
Many thanks
-
Go to References, remove the existing reference to Interop.EA.dll and add a new one.
Either to the Interop.EA.dll present in the program files, or to a local copy of it (which you also add to your VC system).
The latter option is probably better as it allows you to build the project on another computer where EA might be installed in another location.
Geert
-
Excellent
Thanks Geert