04-11-2023
12:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-11-2023
12:17 PM
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.
Blog: hjalte.nl - github.com