Why does my VSIX not install on Visual Studio Professional? -


i have created vsix supposed installable on either visual studio 2013 professional or higher and/or visual studio 2015 community or higher. when people install visual studio 2013 professional following error on log (relevant bits):

supportedframeworkversionrange : [4.5,) supported products : microsoft.visualstudio.community version : [12.0,) references      :  searching applicable products... found installed product - microsoft visual studio professional 2013 found installed product - microsoft visual studio 2013 shell (integrated) found installed product - global location found installed product - ssms vsixinstaller.noapplicableskusexception: extension not installable on installed products.    @ vsixinstaller.app.initializeinstall()    @ system.threading.tasks.task.innerinvoke()    @ system.threading.tasks.task.execute() 

i have taken out dates on left.

i thinking 'microsoft.visualstudio.community', version : [12.0,) have supported 'microsoft visual studio professional 2013', not expect error.

what settings required allow vsix extension target visual studio 2013 , visual studio 2015 community?

(i prefer allow community 2013, understanding version not support vsix. if matters project template wizard.)


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -