Ajit Mankar

Ajit Mankar

  • NA
  • 25
  • 1.1k

Add new projects on runtime in template based on Wizard.

Oct 3 2016 3:56 AM

I'm writing a Visual Studio Wizard Template using c# on visual studio 2013. I followed the MSDN steps: How to Use Wizards with Project Templates.

1.I created a Template Project with a VSIX Project.

2.Then I created a Custom Template Wizard then Connected the Wizard to the Custom Template then added the Custom Parameter to the Template and using custom wizard Added the Custom Parameter to the Template.

  1. Now using custom wizard we Rebuild the solution and started debugging, a second instance of Visual Studio appeared. My all projects are implemented into new solution with replaced parameter.

    Now, my target is to create new projects into the created solution of experimental instatnce based on the input of wizard and generic projects that are included into the template ,it should be able to create many number of new projects based on the same projects present in the template solution that I want based on the wizard input. i.e repeatative projects of the same type at runtime.

Any help on above point will be appreciate and helpful.


Answers (3)