为什么没有加载Addin? [英] Why Addin is not loaded?

查看:109
本文介绍了为什么没有加载Addin?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我已经为VS的IDE创建了一个插件。我已经检查了Addin Manager中的两个相关复选框。 (启动及其名称)。
在.addin xml文件中,所有内容似乎都写得正确:

<





程序集 src = " file " > C:\Program Files \Miners \ trysofi \trysofi.dll < / 汇编 >

<





FullClassName > trysofi.Connect < / FullClassName >

<





LoadBehavior > < span style ="font-size:medium"> 1 < / LoadBehavior >

<





CommandPreload > 1 < / CommandPreload >

<





CommandLineSafe > 0 < / CommandLineSafe >


但是,当它没有加载时启动VS.

任何想法?

谢谢你

解决方案

你好miridfd,你把addin文件放在哪里?
如果addin文件位于正确的位置,则1)从那里删除文件并启动VS,
2)关闭VS.
3)再次放入addin文件并重新启动VS.
执行上述步骤视觉工作室是否在启动时出现某种错误(有时VS如果在加载时导致运行时错误,则禁用插件)?

你可以在选项中查看 - > Addins无论你的插件是否存在或是不?

-Paras

Hi,

I've created an addin for the IDE of VS.
I've checked the two relevant checkboxes in the Addin Manager. (Startup and its name).
in the .addin xml file, everything just seem to be right written:

<

 

Assembly src="file">C:\Program Files\Miners\trysofi\trysofi.dll</Assembly>

<

 

FullClassName>trysofi.Connect</FullClassName>

<

 

LoadBehavior>1</LoadBehavior>

<

 

CommandPreload>1</CommandPreload>

<

 

CommandLineSafe>0</CommandLineSafe>

but, it is not getting loaded when launching VS.

Any idea?

Thanks

解决方案

Hi miridfd,
Where you have put the addin file?
If the addin file is in the proper location then
 1) remove the file from there and start VS,
 2) Close VS.
 3) Put the addin file back again and restart VS.
On doing above steps is visual studio giving some kind of error while starting up(Sometimes VS disables addin if it causes some runtime error while loading up)?

Can you check in Options->Addins whether your addin is there or not?

-Paras


这篇关于为什么没有加载Addin?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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