Hi!
My windows issue..:
-Yes, Add-in window is visible in EA
-Here my developer skills are insufficient. When you say assembly you mean the dll? And I don't know what to do for proper registration in COM (component object model?), I have done the settings you so clearly described in the hellogoodbyetutorial, register for COM interop and Com visible. Do I have to do something else? Something in the usercontrol class or some more values in regedit?
-fullname of control is correct ([solutionname].[foldername].[user control name] I have put it in a folder).
-currently using trial so I cant debug. I'm about to get the full version so I will be able to debug soon.
About the problems with the solution:
First I downloded the zip from
https://github.com/GeertBellekens/Enterprise-Architect-Add-in-Framework. After that I started vs2012 in admin mode, and browsed to the unzipped solution file (Total Solution) and opened it. Then vs alerts me about the trustworthy thing,ok, and then starts to load the solution. After loading I get the message that all projects could not be loaded correctly. outputwindow says:
K:\Utveckling\Enterprise-Architect-Add-in-Framework-master (2)\UML-Tooling-Framework\UMLToolingFramework\UMLToolingFramework.csproj : error : The project file could not be loaded. Could not find a part of the path 'K:\Utveckling\Enterprise-Architect-Add-in-Framework-master (2)\UML-Tooling-Framework\UMLToolingFramework\UMLToolingFramework.csproj'. K:\Utveckling\Enterprise-Architect-Add-in-Framework-master (2)\UML-Tooling-Framework\UMLToolingFramework\UMLToolingFramework.csproj
K:\Utveckling\Enterprise-Architect-Add-in-Framework-master (2)\Enterprise-Architect-Add-in-Framework-master\MyAddin_Setup\MyAddin_Setup.wixproj : error : The imported project "C:\Tools\Wix\wix.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk. K:\Utveckling\Enterprise-Architect-Add-in-Framework-master (2)\Enterprise-Architect-Add-in-Framework-master\MyAddin_Setup\MyAddin_Setup.wixproj
something about wix? But I have wix toolset 3.7 installed. Got it from
http://wix.codeplex.com/Yes, referense to Interop.EA has to be reset in EAAssinFramework
In EAAddinTester I got the smal warning signs on not just interop, but also on EANavigator (maybe just to install that and referense the proper dll?), EAworksetSharing and UMLToolingFramework.
MyAddin just needs the interop reference to be reset.
MyAddin_Setup (load failed)
UMLToolingFramework(unavailable)
So, I should intall your EAnavigator? but what about the UMLToolingFramework?
Peter