I completed the custom template project tutorial part I from msdn and got a basic project structure working and visible in the File - New - Project menu. Then i advanced to msdn part II and can't get past "Testing a Visual Studio Template" part.
When i add the .vstemplate file in the custom project template folder, set the Build Action
of all the files under my custom project template folder to ZipProject
and change the 2nd and 6th parameter of the [ProvideProjectFactory]
to null
and ".\\NullPath"
respectively, the File - New - Project doesn't display the custom template in the dialog anymore.
The template zip folder gets placed in the correct folder and i can open the custom projects previously created (this wouldn't work, if the project template wasn't installed), but i can't create any new custom projects as they aren't visible.
Does anybody have experience with creating custom project templates ?