I just installed Visual Studio 2017 (Community). I'm trying to create a bot by using a template in C#.
I added the zip folder (the template) to C:\Users\NAME\Documents\Visual Studio 2017\Templates\ProjectTemplates\Visual C# and I'm trying to open it up by creating a new project.
The template doesn't show up at all.
Any ideas would be highly appreciated.
I got that to work on my side. How ..... after 5 hrs of trying.... and searching the web i did:
then waited..... then windows explorer opened with this path:
with a zip file in it !!!! MYTESTTEMPLATE.ZIP just created
Then i when to the path
user project Templates location:
I saw again the zip files
PS : sorry if it`s a marathon but it worked.
From there i proved to myself that it did at least worked with the wizard.
Now, for a template created manually from me just ZIPED and pasted in
why it is not showing ???? continuing my investigation....
Then i managed to associate the file type *.vstemplate to open in Visual studio 2017. Opened both *.vstemplate file ( the test one and my manual one) to compare elements.
I did some cut and paste from the wizard template file into the manual template file just to make sure.
copied the zip file in
closed visual studio, open visual studio with a solution X.
clicked ADD new Project
AND there it was , at the bottom of the list !!!! the template created with the wizard and my manual template created by hand... OUFFF.....
I could have maybe just said ....
copy your zip template in
but it would not have given the process of investigation i when through .
I hope it will help some of you guys.
Thank you