I have a bare bones VSTO Outlook Add-in. I've added an empty Ribbon via this article and it works.
The Ribbon.cs
and the Ribbon.xml
files currently reside in my project's root but if I move them to a sub folder (say AddIn\Ribbon
) there are no compile errors but when I run Outlook the addin's ribbon is missing. Playing around with it, it appears that the Ribbon.xml must stay in my project's root for the ribbon to appear.
I don't understand this behavior; is there a setting or something that manually references the addin's ribbon location?
Thanks!