Re-enable SSMS Addin

帅比萌擦擦* 提交于 2019-12-11 02:11:22

问题


I'm sure this is very simple but I can't seem to find an answer to this at the moment and my googling powers have returned nothing.

I previously had an issue with an Addin and SSMS gave me the option to disable it (which I took). I have since reinstalled the plugin but it still does not appear as I previously disabled it.

Does anyone know where I can find the 'Add-In Manager' in SSMS 2008 R2 like in Visual studio?


回答1:


For 2008 versions of SSMS you have to check this registry key: Key="HKLM\Software\Microsoft\Microsoft SQL Server\100\Tools\Shell\AddIns\" You will find there 1 entry per installed add-in. Every add-in entry has setting: "LoadBehavior". Set it to "1" to make SSMS load add-in at start-up.




回答2:


You can check and see if your add-in is located in either of these directories:

%PROGRAMDATA%\Application Data\Microsoft\MSEnvShared\Addins\

%APPDATA%\Microsoft\MSEnvShared\Addins\

I believe disabling an add-in will simply remove/move it from one or the other of those directories, or possibly change the extension.

SSMS doesn't have any official support from MS for add-in functionality, unfortunately, so is lacking in tools to manage the add-ins. They have also stated that they won't support your installation of SSMS if you have extensions installed for it. Read here for more: http://connect.microsoft.com/SQLServer/feedback/details/265567/ssms-allow-support-for-addins-as-in-visual-studio



来源:https://stackoverflow.com/questions/17676827/re-enable-ssms-addin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!