Microsoft加载项验证和侧载问题

时间:2019-12-10 22:23:58

标签: office-addins office-store

我正在尝试在卖方信息中心上验证我们的Office加载项。验证报告中收到以下错误:

Your add-in is not available to be inserted in the Word 2016 client on Windows 10 and the Word 2016 client on Mac.

Your add-in loads blank in the Word 2013 client on Windows 7 (Note: The add-in framework uses Internet Explorer 11 to run the add-in).

我试图侧加载该加载项以更好地理解上面的错误,但是,尽管将清单文件移动到下面的路径,该加载项仍未在Microsoft中显示->插入->我的添加-ins->开发人员加载项:

/Users/<username>/Library/Containers/com.microsoft.Word/Data/Documents/wef

我在OS上运行Microsoft Word 2019。

我遵循的文档:https://docs.microsoft.com/en-us/office/dev/add-ins/testing/sideload-an-office-add-in-on-ipad-and-mac

Microsoft验证团队的人可以帮助查看我们的帐户,并让我知道我们的清单正在打印出哪种错误消息吗?我不确定如何在清单文件中进行调试以及如何解决。

有关清单是如何生成和随后更新的一些信息:

  1. 从Yeoman Generator生成的清单
  2. 已将应用程序包部署到CDN
  3. 通过将localhost:3000网址替换为我们的CDN网址(图标,taskpane.html,commands.html网址)来更新清单文件

谢谢

0 个答案:

没有答案