Microsoft SQL Server Management Studio Addin for specific SSMS version -


I have created an addin for the SSMS. There are two versions of my SSMS (11.0.2100.60 and 12.0.2000.8). I want addin only to work in SSMS version 11.0.2100.60. I changed. The addin file is as follows:

  & lt ;? xml version = "1.0" encoding = "UTF-16" standalone = "no"? & Gt; & Lt; Extability xmlns = "http://schemas.microsoft.com/automationExtensibility" & gt; & Lt; HostApplication & gt; & Lt; Name & gt; Microsoft SQL Server Management Studio & lt; / Name & gt; & Lt; Version & gt; 11 * & lt; / Edition & gt; & Lt; / HostApplication & gt; & Lt; Add & gt; & Lt; FriendlyName & gt; MySSMSAddin & lt; / FriendlyName & gt; & Lt; Assembly & gt; C: \ MySSMSAddin \ MySSMSAddin.dll & lt; / Assembly & gt; & Lt; FullClassName & gt; MySSMSAddin.Connect & lt; / FullClassName & gt; & Lt; LoadBehavior & gt; 1 & lt; / LoadBehavior & gt; & Lt; CommandPreload & gt; 1 & lt; / CommandPreload & gt; & Lt; CommandLineSafe & gt; 0 & lt; / CommandLineSafe & gt; & Lt; / Add & gt; & Lt; / Extensibility & gt;   

But why does SSMS look at this addinon? If I change the version to "*", Addin is available in both versions of ssms. Can anyone tell where the wrong? Thanks! Set the version to *, but enter the .addin file:

>

C: / ProgramData / Microsoft / SQL Server Management Studio / 11.0 / Addins

If you want to load your addin into something in SSMS 2014, point: then copy it:

C: / ProgramData / Microsoft / SQL Server Management Studio / 12.0 / Addins

Why do not you want ADIN available in SSMS 2014?

I have spent many disappointing days who have failed to get ADMIs for loading in the SSMS. You may want to consider working on the Red Gate, which makes it simple.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -