Locked Tool Extension

  • Sunday, August 15, 2010 6:43 PM
     
     

    While trying to upload a tool extension onto the Visual studio Gallery, I get the following error:

    "You can only upload template VSIX files for the Visual Studio Express SKUs."

    I'm using Visual Studio 2010 Premium Edition. Can you tell me what could be the problem.


    Soshan Fernandes

All Replies

  • Thursday, September 02, 2010 4:25 AM
     
     Proposed Answer

    You should deselect all the Express versions when exporting any VSIX that is not a template.

    I also experienced this issue, I marked the VSIX available only for Ultimate, Premium and Professional, and it worked.

  • Wednesday, November 17, 2010 2:31 AM
     
     
    Thanks Shimmy. This solved my problem.
  • Wednesday, November 17, 2010 3:27 AM
     
     

    I am glad to hear.

    Please go ahead and mark my post as answer.

    Thanks


    Shimmy
  • Thursday, February 03, 2011 2:19 PM
     
     
    But why does this work? are we not allowed to write extensions for express editions?
  • Wednesday, March 23, 2011 7:09 AM
    Owner
     
     Answered
    Microsoft does not allow 3rd party extensibility in Express. The reason we’re able to offer Express for free and even let developers build commercial applications with Express is because we limit 3rd party extensibility of Express, specifically by removing support macros, add-ins, and VSIP packages.
    Steven Wilssens