Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们使用 Visual Studio 2008(C#,vsto 2.0 运行时)构建了一个 VTSO office 插件,目标是 office 2007 作为最低版本。在 2007 和 2010 版的 Outlook、word、excel 和 power point 上运行良好。它也适用于 2013 版的 word、excel 和 power point,但不能在 Outlook 2013 上加载。我们没有收到任何类型的错误消息。任何帮助将不胜感激。
提前致谢, 维卡斯
Outlook 2013 不支持面向 2007 的加载项。它仅支持 2010 加载项。
将环境变量“VSTO_SUPPRESSDISPLAYALERTS”设置为值“0”时是否没有显示任何错误?
您是否还检查了它是否在文件 => 选项 => 加载项 => 管理选择禁用的项目中的禁用项目列表中?