Hi,
To create a vsix template i repeated the following steps ;
- Created an empty web application project
- Exported the project as a zip file.
- Created a vsix project.
- Added template project's zip file as a content to manifest file of vsix project.
- Builded the vsix project and installed template using .vsix file
After following the above steps and restarting visual studio, i saw my template in Tools-> ExtensionManager section.
But i can not see the template in the new project-> Visual C# -> web section. The directory of the content file added to vsix project is "ProjectTemplates\Web\WebApp".
I couldn't find what is missing .
Thanks for help,
HighHopes