我一直在开发一个运行良好的小插件...现在,我似乎不能像MS指南所描述的那样从本地主机获得任何本地插件项目!(https://docs.microsoft.com/en-us/office/dev/add-ins/quickstarts/outlook-quickstart?tabs=yeomangenerator)
已尝试npm start(而不是npm run dev-server),输出如下:
The dev server is running on port 3000. Process id: 16396
Sideloading the Office Add-in...
Error: Unable to start debugging.
office-addin-debugging: Unable to sideload the Office Add-in.
Error: Sideload is not supported.这些项目过去会显示在web outlook的省略号菜单中,现在它们根本不会加载。
尝试创建一个全新的项目,但没有成功。
检查了这个非常相似的帖子,没有运气。Unable to sideload the Office Add-in when running 'npm start'
...oof
发布于 2021-01-16 05:28:52
安装测试清单时,我会看到以下内容:
在Add-ins按钮中:

在省略号中我看到:

所以它在OWA中对我有效,我在Win32桌面Outlook中也看到了类似的结果。您是否在专用exchange服务器上?您的清单在Outlook.com帐户上有效吗?
https://stackoverflow.com/questions/65633134
复制相似问题