“No add-ins currently available.” when deploying add-in using Centralized Deployment

大憨熊 提交于 2020-01-06 04:33:28

问题


I am trying to deploy an add-in with add-in commands on the desktop version of office 365, using the Centralized Deployment method.

I followed the instructions for Centralized Deployment and the addin appears as "on" in the Office 365 admin center. I used both "Everyone" and "Specific User/Group", but when I open the Word application and go to Add-ins, under "Admin Managed" I see no addins , and the message "No add-ins currently available." The addin is'nt visible neither on Word 2016 Desktop (with subscription) nor Word Online. I have also tried deploying addins from office store using the same method (Centralized Deployment) but they also don't show up.

I have Word version 1708 (8431.2270), and I am using a developer subscription.

Do you have any suggestions to fix it or know why it is not working? Thank you.

Also, I noticed that I am getting a 403 Error when refreshing the Admin Managed tab (when calling https://euc-word-edit.officeapps.live.com/we/AddinServiceHandler.ashx)


回答1:


I solved, by enabling Exchange, and my manifest had an issue. I changed <CustomTab id="HelloWorld" x:type="CustomTab"> to <CustomTab id="HelloWorld"> and it worked.



来源:https://stackoverflow.com/questions/51160709/no-add-ins-currently-available-when-deploying-add-in-using-centralized-deploy

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!