简体   繁体   English

SSMS 加载项警告

[英]SSMS add-in warning

I have this add-in for the sql server 2012 following everything the author mentioned but still stuck at this not really an error but not able to figure how to get past this我有这个 sql 服务器 2012 的插件,遵循作者提到的所有内容,但仍然停留在这并不是一个真正的错误,但无法弄清楚如何通过这个

How to remove "Server name" items from history of SQL Server Management Studio 如何从 SQL Server Management Studio 的历史记录中删除“服务器名称”项目

went thru the above question but not able to figure if this is anyway related ( i think not)通过上述问题,但无法确定这是否相关(我认为不是)

i am following everything the author mentioned here http://tsqltidy.blogspot.com/2011/08/how-to-write-sql-server-management_17.html how to get rid of this?我正在关注作者在这里提到的一切http://tsqltidy.blogspot.com/2011/08/how-to-write-sql-server-management_17.html如何摆脱这个? (the error message) (错误信息)在此处输入图像描述

This the settings in my project properties这是我的项目属性中的设置“C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\Ssms.exe”是启动外部程序中的内容

I ran into the same issue and after reading this article I found out that the solution is to simply remove the /resetaddin... parameter.我遇到了同样的问题,在阅读这篇文章后,我发现解决方案是简单地删除/resetaddin...参数。

After doing this it worked fine for me.这样做之后对我来说效果很好。

I wrote the SSMS 2012 project on Codeproject, but I've been offline a while.我在Codeproject上写了SSMS 2012的项目,但是有一段时间没上网了。

There was a breaking change between the RC and final version, the location of the Addin file has now moved. RC 和最终版本之间发生了重大变化,Addin 文件的位置现已移动。 I've updated my website/doc to reflect this.我已经更新了我的网站/文档以反映这一点。 it should be C:\ProgramData\Microsoft\MSEnvShared\AddIns它应该是C:\ProgramData\Microsoft\MSEnvShared\AddIns

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

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