且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

为什么没有加载Addin?

更新时间:2023-02-22 09:12:48

你好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