I've viewed several docs already on how to install a Com Add-In, but I'm still having issues with testing. I have created an add-in using Visual Studio Ultimate 2010. I publish the add-in and then run the installer for outlook. When I view the list of COM Add-Ins, I see the installed add-in, but despite it being a ribbon utility, I cannot seem to find it to add to my ribbons. Am I missing something? An old coworker, no longer with us, made a similar add-in and when I look to customize my ribbon, I can see the buttons he created as options to add to other ribbon tabs, but I still cannot find mine.
Update: This is the ribbon xml
<hostitem:hostItem hostitem:baseType="Microsoft.Office.Tools.Outlook.OutlookAddInBase" hostitem:namespace="BookIt" hostitem:className="ThisAddIn" hostitem:identifier="ThisAddIn" hostitem:primaryCookie="AddIn" hostitem:master="true" hostitem:factoryType="Microsoft.Office.Tools.Outlook.Factory" hostitem:startupIndex="0" xmlns:hostitem="http://schemas.microsoft.com/2004/VisualStudio/Tools/Applications/HostItem.xsd">
<hostitem:hostObject hostitem:name="Application" hostitem:identifier="Application" hostitem:type="Microsoft.Office.Interop.Outlook.Application" hostitem:cookie="Application" hostitem:modifier="Internal" />
<hostitem:hostControl hostitem:name="CustomTaskPanes" hostitem:identifier="CustomTaskPanes" hostitem:type="Microsoft.Office.Tools.CustomTaskPaneCollection" hostitem:primaryCookie="CustomTaskPanes" hostitem:modifier="Internal" />
</hostitem:hostItem>