sayedihashimi / pecan-waffle-samples

5 stars 0 forks source link

VS 2017 template doesnt in "new project" section #8

Open dzhelev opened 7 years ago

dzhelev commented 7 years ago

Hey!

I have a multi-project solution WebApplication1 - which i use for template source. I have VSIX project that uses WebApplication1 and generates .vsix file. Both solutions are created in VS2015 and everything works perfecly fine for VS2015.

Today I've created a new VSIX project but this time in VS2017. Followed all the steps as before and the project builds successfully. The problem is that after I successfully install the new generated .vsix file the new template doesnt appear inside the "File->New->Project" wizzard.

I've inspected the .vsix file and it seems to be missing the Output folder.

Thanks in advance :)

rucheeg commented 7 years ago

I am running into the same issue with VS 2017. Were you able to resolve it? Worked for me in VS2015 so I can use that and upgrade the solution.