Visual Studio Development Bookmark and Share   
 index > Visual Studio Guidance Automation Toolkit > Define sequence of Recipes and VSTemplates execution
 

Define sequence of Recipes and VSTemplates execution

Hi,

In guidance package, I have Recipes and VSTemplates. Developer should get sequence of execution of the recipes and vstemplates. For Recipes, we can set "NextStep" as another Recipe. However, this will not help, if

1) Need to execute a VS Template (e.g. create a class file) as next step, which has no recipe associated with it

2) Recipe is associated with a VS Template (with "NextStep", only recipe will get executed and not the template)

What is the standard way to provide guidance to the developer about the sequence of receipes or templates to be executed to perform a specific task ?

Kindly guide.

Thanks & Best Regards,

Navneet

rnavneet  Friday, March 14, 2008 11:57 AM

Hi,

I created T4 templates instead of VS Templates for all recipes and then defined "Next Step" for each recipe. Hoever, this is just work around. If anybody could find a better solution, please let me know.

Cheers!

Navneet

rnavneet  Monday, March 24, 2008 11:06 AM

Naveet,

Within vs templates you can use theIwizzard interface which has some methodes like RunFinished, RunStarted. Maybe it works if you use those to fire an other step in he sequence.

Clemens Reijnen  Friday, March 14, 2008 2:09 PM

Hi,

I created T4 templates instead of VS Templates for all recipes and then defined "Next Step" for each recipe. Hoever, this is just work around. If anybody could find a better solution, please let me know.

Cheers!

Navneet

rnavneet  Monday, March 24, 2008 11:06 AM

You can use google to search for other answers

Custom Search

More Threads

• UIPAB
• Problem in migrating VS 2005 guidance package to VS 2008
• How to add template menu item to custom solution
• Error 1001: Item has already been added. Key in dictionary
• How to change which window form get executed first ?
• Problems installing a Guidance Package
• Can't Register or Unregister Recipe
• The following arguments are required and don't have values
• Create Radio Buttons in a Wizard?
• Problem adding reference to CSharp projects