安装Outlook COM插件,但在Outlook中不加载 [英] Outlook COM addin installed but not loading in Outlook

查看:1857
本文介绍了安装Outlook COM插件,但在Outlook中不加载的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经创建使用Visual Studio 2010的安装罚款并创建程序文件(x86)相应的注册表项和文件夹,因为我已经指定一个Outlook插件,它显示了在添加和删除程序。

I have created an Outlook addin using Visual Studio 2010 that installs fine and creates the appropriate registry keys and folders in Program Files (x86) as I have specified and it shows in Add and Remove programs.

然而,当我启动Outlook 2010中 - 它并不显示出来,当我检查COM加载项,它不可在列表中。我创建的安装程序在VS,并添加了主体工程的输出文件系统和往常一样,也包括 .vsto 文件。

However, when I launch Outlook 2010 - it doesn't show up and when I check the COM Addins, it is not available in the list. I created the Setup in VS and added the Output of the main project in the file system as usual and also included the .vsto file.

任何指针请人?

推荐答案

既然你正在运行的 x64操作系统 64办公室,不使用 Wow6432Node - 它的只有那里的注册表反射对x64操作系统 32位应用程序。正确的注册表配置单元供您使用小于....

Since you are running x64 OS and x64 Office, you don't use Wow6432Node - it's only there for Registry Reflection for 32-bit apps on x64 OS. The proper registry hive for you to use is below....

HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Outlook\Addins\[add-in ID]

请参阅相关的在post有关正确VSTO的注册表路径

See related SO post regarding proper VSTO registry paths.

这篇关于安装Outlook COM插件,但在Outlook中不加载的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆