0

Com アドインのインストール方法に関するいくつかのドキュメントを参照しましたが、まだテストに問題があります。Visual Studio Ultimate 2010 を使用してアドインを作成しました。アドインを公開し、Outlook のインストーラーを実行しました。COM アドインのリストを表示すると、インストールされているアドインが表示されますが、リボン ユーティリティであるにもかかわらず、リボンに追加するアドインが見つからないようです。何か不足していますか?もう私たちと一緒にいない古い同僚が同様のアドインを作成しました。リボンをカスタマイズしようとすると、彼が作成したボタンが他のリボン タブに追加するオプションとして表示されますが、私のものはまだ見つかりません。

更新: これはリボン 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>
4

1 に答える 1