Excel插件部署问题

发布于 2024-11-19 14:06:12 字数 229 浏览 2 评论 0原文

我已经创建了 Excel 插件。

插件永远不会检查更新,用户将更新插件。

Excel 从 C# 应用程序启动,启动 Excel 后使用插件执行操作。

问题是有时虽然 Excel 已更新插件版本,但它仍然显示“更新 Office 自定义”对话框,并会在 AppData\Local\Apps\2.0 文件夹中创建目录。

尽管 Excel 具有最新版本的插件,但为什么要更新自定义。

I have created Excel addin.

Addin will never check for updates, User will update the addin.

Excel is launched from the c# application, after launching Excel uses addin to perform actions.

The problem is sometimes though Excel has updated version of the addin still it shows the "Updating Office customization" dialog box and will create the directory in AppData\Local\Apps\2.0 folder.

Why Excel is updating the customization though its having latest version of the addin.

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

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

发布评论

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

评论(1

安静被遗忘 2024-11-26 14:06:12

我假设您使用的是 VSTO,来自哪个 .NET 版本?
检查项目属性的发布部分...在“更新”按钮上,您应该看到 excel 插件更新自身的 3 个选项。

如果您在执行插件时选择检查。 Excel 每次都会检查更新版本。

现在你还没有说Excel是否会真正更新添加版本。但请先检查以上内容

i assume you are using VSTO, from which .NET version?
check the publish section of the project properties... on the "Updates" button, you should see the 3 options for an excel addin to update itself.

if you select the check whenever the addin is being executed. the Excel will check for an updated version every time.

now you haven't say if excel will actuall update the add in version or not. but please check the above first

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