Pravin Pawar
Pravin Pawar

Reputation: 2569

VSIX project template does not exist

I have VS2010 with SP1 installed on it. Still I am not getting VSIX project template in "New Project" dialogue box.

I have referred following question too but no luck

Can't find VSIX Project Type in VS 2010

Any clues? enter image description here

Upvotes: 4

Views: 3358

Answers (2)

Pravin Pawar
Pravin Pawar

Reputation: 2569

Installed extensions from here

with some hookups resolved from this link

Upvotes: 1

Josh E
Josh E

Reputation: 7424

Make sure that you've installed the Visual Studio SP1 SDK - available here.

That has the proper templates you're looking for

EDIT: Check <drive>:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\VSSDK\ -- that's where (I think) the extensions should have been installed to. You should see a number of sub directories. See if this matches with your install:

  • ProjectTemplates
    • CSharp
      • VSIXProject.zip

If that file's not present, it would suggest that something went wrong with your install of the SDK.

Upvotes: 2

Related Questions