简体   繁体   English

Outlook 2010外接程序未显示

[英]Outlook 2010 Addin not shown

I have an interesting problem: After finally having managed to actually make Outlook load the addin after its installation (the addin is a form extension for the new-item inspector), Outlook does not show the form. 我有一个有趣的问题:在最终设法使Outlook在安装后实际加载了加载项(该加载项是新项目检查器的表单扩展)之后,Outlook不显示该表单。

On the computer I developed it, running Visual Studio, everything works just fine, but when trying to install it on another computer, the addin is installed, and during the startup screen, Outlook is showing that the addin is loading, and in the Options->Addins menu, the addin is shown as a (not-disabled) COM-addin. 在我开发的计算机上,运行Visual Studio,一切正常,但是当尝试将其安装在另一台计算机上时,该插件已安装,并且在启动屏幕期间,Outlook显示该插件正在加载,并且在“选项”中->插件菜单,该插件显示为(非禁用)COM插件。 However, when creating a new email or other item, the form that is supposed to be at the bottom is not shown. 但是,在创建新电子邮件或其他项目时,不会显示应该位于底部的表单。 How come, and how can I fix it? 怎么来的,我该如何解决?

some problem with your setup process steps.Even,I too faced the same.If dll is not picked,it will cause this issue. 您的设置过程中存在一些问题。即使我也遇到同样的问题。如果未选择dll,将导致此问题。 Try to follow the steps given in this link http://blogs.msdn.com/b/mcsuksoldev/archive/2010/10/01/building-and-deploying-an-outlook-2010-add-in-part-2-of-2.aspx 尝试遵循此链接中给出的步骤http://blogs.msdn.com/b/mcsuksoldev/archive/2010/10/01/building-and-deploying-an-outlook-2010-add-in-part-2 -of-2.aspx

create a proper folder while creating registry, Eg:Microsoft-->office-->Outlook-->AddIns-->your Addin Name. 在创建注册表时创建一个适当的文件夹,例如:Microsoft->办公室-> Outlook-> AddIns->您的加载项名称。

If yu miss one folder even,addin wont get populated. 如果您甚至错过了一个文件夹,则不会填充该插件。

Try these and let me know. 试试这些,让我知道。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM