Outlook 365 功能区和水晶报表

发布于 2025-01-16 17:06:00 字数 131 浏览 2 评论 0原文

我的 Outlook 功能区 (C#) 和 Crystal Reports 去年在 Office 2016 中运行良好。更新到 Office 365 后,我无法生成报告。错误“无法加载报告”。我检查了不同的运行时间,但不起作用。有什么想法吗? 谢谢

I have a ribbon (C#) on Outlook with Crystal Reports working fine last year in Office 2016. After an update to Office 365, I can´t generate reports. Error "can´t load report". I have checked different runtimes and does not work. Any idea?
Thanks

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

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

发布评论

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

评论(1

蘸点软妹酱 2025-01-23 17:06:01

我对 Crystal Reports 与 Office 运行时库冲突有一个模糊的记忆。我记得独立应用程序的解决方法是首先加载 Crystal,但显然这对于​​在 Outlook.exe 地址空间内运行的 COM 插件不起作用。尝试检查相同的 Crystal 代码是否仍在独立应用程序中运行,如果是,请将 Crystal 相关代码移动到可以从 Outlook 插件调用的外部 exe 中。

I have a vague recollection about Crystal Reports conflicting with Office run-time libraries. I remember a workaround for standalone applications was to load Crystal first, but obviously that won't work for a COM addin running inside the outlook.exe address space. Try to check if the same Crystal code still runs in a standalone app, and if it does, move your Crystal related code into an external exe that you can invoke from your Outlook addin.

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