Office 2010 64 位的 Outlook 视图控件

发布于 2024-10-31 02:59:26 字数 714 浏览 3 评论 0原文

在我们的应用程序中,我们使用 OVC 来显示 Outlook 日历。由于我们的客户使用不同版本的Office,我们提供了O2003、O2007和O2010不同版本。

在 O2010 中,OVC 将无法在 64 位模式下工作。尝试运行时,您会收到“类未注册”消息。

因此,我制作了一个 64 位虚拟机,上面装有 Office 2010 64 位,并安装了 Visual Studio,看看是否可以将 OVC 添加到 C# 测试项目中。然后我发现COM控件(outlctl)没有注册,也不能注册。

此页面 我看到以下文字:

32位版本有什么 办公室但不包括在 64 位版本的 Office?

ActiveX 控件库,ComCtl 该库包含 ActiveX 控件 用于构建解决方案。它 最常用于以下情况 Microsoft Office 程序:Access、 Excel 和 Word。

那么,这在未来可能实现吗?或者有没有其他方法将日历显示为 ActiveX 组件?

预先感谢,

罗格

In our application we use the OVC for showing the Outlook Calendar. As our customers uses different versions of Office, we provide different versions for O2003, O2007 and O2010.

In O2010, the OVC will not work in 64 bit mode. When trying to run, you get a 'Class not registered' message.

So I made a 64-bits virtual machine with Office 2010 64 bit on it and installed Visual Studio to see if i could add the OVC to an C# testproject. Then I find out that the COM control (outlctl) isn't registered, and can't be registered either.

On this page I saw the following text:

What is in the 32-bit version of
Office but is not included in the
64-bit version of Office?

ActiveX controls library, ComCtl
This library contains ActiveX controls
that are used to build solutions. It
is most commonly used in the following
Microsoft Office programs: Access,
Excel, and Word.

So, will this be possible in the future? Or is there any other way to show a calendar as an ActiveX component?

Thanks in advance,

Rutger

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文