Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
JelteDeJong
in reply to: josh.nieman

I expect that your addin and the "Assembly Bonus Tools" use the same GUID. Your GUID is the large string you find in your addin file between <ClassId>....</ClassId>. You will also find the GUID in your "ApplicationAddInServer". ther you will find something like:

<GuidAttribute(".....-...-............"), ComVisible(True)>

just change them in bot locations. You need to use the same but something different from the "Assembly Bonus Tools"

Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Blog: hjalte.nl - github.com