VSTO 功能区在 ClickOnce 升级时消失

发布于 2024-11-29 15:15:46 字数 289 浏览 0 评论 0原文

我有一个 OL2010 插件(用 C# 编写),效果很好。它在我的开发系统上加载没有任何问题,并且测试工作站上的初始安装也很顺利。

当我更改代码并重新发布安装时,ClickOnce 升级会运行,加载项会加载,但属于代码一部分的功能区不会出现。我已经验证加载项已加载,所以这不是问题。如果我关闭 Outlook,然后重新打开它,该加载项就会按预期显示。

奇怪的是,如果我禁用该加载项(当它不可见时),它就会出现。当我重新启用它时,它仍然存在并且工作正常。

有想法吗?我很困惑。我的功能区代码没有任何改变,所以我很困惑。

I have an add-in for OL2010 (written in C#) that works great. It loads with no problems on my development system, and initial installations on test workstations goes smoothly.

When I make a change to the code and republish the installation, the ClickOnce upgrade runs, the add-in loads, but the ribbon that's part of the code does not appear. I've verified that the add-in is loaded, so that's not the issue. If I close Outlook, then re-open it, the add-in appears as it should.

Oddly, if I disable the add-in (when it's not visible), it appears. When I re-enable it, it's still there and works fine.

Ideas? I'm baffled. Nothing was changed in terms of my ribbon code, so I'm perplexed.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

晨曦÷微暖 2024-12-06 15:15:46

您是否在 Outlook 打开时运行更新?

根据过去的经验,如果您的加载项更新,Outlook 会“停用”您的加载项。您可以重新启动 Outlook,或从其糟糕的(几乎无法使用)加载项菜单“激活”它,它会重新出现。

这就是你所看到的吗?作为测试,关闭 Outlook,然后更新您的加载项。

Did you run your update while Outlook is open?

From past experience, Outlook "de-activates" your add-in if it gets updated. You can restart outlook, or "activate" it from their terrible (almost unusable) add-in menu and it will reappear.

Is this what you are seeing? As a test, close Outlook, then update your add-in.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文