ligershark / sidewafflev2

Other
30 stars 11 forks source link

Unsupported (Visual studio unable to open template pack project) #37

Closed lhughey closed 3 years ago

lhughey commented 5 years ago

I'm receiving an error when attempting to add a new Template Pack Project Template after creating a new project. Steps to reproduce.

  1. Create a new console project.
  2. right click project, Create Template
  3. edit project file with
  4. Attempt to Add new Template Pack Template project (Error occurs here).

I'm using Visual Studio 15.7.5 The error Im receiving is below.

screen shot 2018-07-29 at 2 51 41 pm
sayedihashimi commented 5 years ago

@lhughey can you share the .vsix that you are seeing this with?

dschloesser91 commented 5 years ago

I had the same problem. Solution for me was to install Visual Studio-Extensionen-Development pack under "Tools -> Get Tools and Features", because the VSIX Project template is in this pack and needs to be installed.