Hi,
I want to build a configuration tool, that enables creating ASP.NET WebForms. I´m using VS 2010 Premium on Windows XP. Thats the reason why I decided to develop a Visual Studio Shell 2010 (isolated)! According to thewalktrough , the building of the isolated shell works fine. But when I want to create a new project with the Shell, I get just the "empty project" template.
So I decided to copy the needed templates of Visual Studio (%VS_InstallDir%/Common7\IDE\ProjectTemplates \CSharp\Web\1033) into the Folder of the Shell App (...\VSShellStub1\Templates)
But after restarting the Shell App the templates aren´t shown. Can anybody tell me how I can include a project template?
Thanks in advance,
Edit: I added a Setup with a Setup Assistent. Here I included the the primary output of the projects VSShellStub1, VSShellStub1UI and VSShellStub1.AboutBoxPAckage. Now I´m able to open a web-project. Also hosting it to the Browser is possible.
Nevertheless my question is still not answered. I´m wondering if it´s not possible to add a template. My next step will be to install my Shell App on another pc.
For any tips to include a template, I would be very thankful.