在Outlook 2013中添加不显示 [英] Add In Not Showing in Outlook 2013

查看:106
本文介绍了在Outlook 2013中添加不显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨朋友们,



我已经为Outlook 2013开发了一个AddIn ...

但它只在第一时间显示在Outlook上如果我做了任何更改,它就不会出现......

我将不得不重命名该项目并再次运行以反映更改...

请帮助.....我陷入困境....

Hi friends,

I have developed an AddIn for Outlook 2013...
But It shows on outlook only at the first run.... If I made any changes, It wont appear...
I will have to rename the project and run again it to reflect the changes...
Please Help..... I am in a stuck....

推荐答案

此错误应该只在您的开发机器上发生。

您可以尝试删除以下注册表项:



HKEY_CURRENT_USER \Software\Microsoft\VSTA \Solutions \ { GUID}

{GUID}会因你的环境而异。



检查确保你是删除右键。通过检查键上的DWORDUrl值确认。



请参阅更多信息:

解决Office解决方案部署问题 [ ^ ]



干杯,

Edo
This error should only occur on your development machines.
You can try to delete the following registry key:

HKEY_CURRENT_USER\Software\Microsoft\VSTA\Solutions\{GUID}
{GUID} will be different on your environment.

Check to ensure that you're deleting the right key. Confirm by checking the DWORD "Url" value at the key.

see more at:
Troubleshooting Office Solution Deployment[^]

Cheers,
Edo


您正在尝试一次又一次地为同一插件注册GUID。在注册表中注册带有unqiue GUID的插件的代码应该只运行一次,下次你应该只在登记处进行检查以验证该条目是否已经存在。



干杯,

Kushagra
You are trying to register the GUID for the same plugin again and again. The code for registering your addin with a unqiue GUID in the registry should run only once and from the next time you should just do a check in registry to verify if the entry already exists or not.

Cheers,
Kushagra


这篇关于在Outlook 2013中添加不显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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