Excel插件部署问题
我已经创建了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您使用的是 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