By Philipp Müller-Funke on Tuesday, 07 June 2022
Posted in C# Development
Likes 0
Views 1K
Votes 0
Dear developers,

I'm developing a Visio Add-In in C# to show another ribbon on the top and implement some features to increase the usability regarding our needs.
But I'm facing the problem that EB is checking the Add-In on each start and reporting that it's not compatible.

What are the preconditions for Add-Ins to let them enabled? My intention is not to modify any drawings etc. without using the API.
The idea is to use the Add-In to send some shortcuts, open macros etc. Nothing critical. I've added the Interop .DLL and I'm attaching to the Engineering Base process. For other tools this method is working fine.

Could you please guide me through this?
Thanks in advance.

With best regards,
Philipp
View Full Post