I have an Outlook VSTO 4 AddIn developed by me functioning 100%. It's a XML version of VSTO, not the default sample project.
Today, while running my Outlook, I called EXCEL (Office 365 local mode) and suddenly I saw an error in Excel mentioning fail in GetCustomID procedure, which is present in my Outlook AddIn.
Anyway, my AddIn just have the default Office Tools and Outlook specifically libraries (nothing of Excel is there).
Questions:
is this fail related to my AddIn, even it is developed and implemented ONLY in Outlook? How can Excel "see" this event on my Outlook? The SUPLEMENTS of Excel does not show my Addin name.
how can I retrieve the name of Office application in my code to avoid the ribbon be loaded by another Office application than Outlook?
I'm really confused with this behaviour.
I had to disable Excel "Visual Studio Tools for Office Design-Time Adaptor for Excel"
Note: Word does NOT show the same behaviour than Excel.
I appreciate any help on this.