Here's a handy tip when you are trying to learn how the components of the Service Factory works. I've found it very useful over the last couple of weeks. Since the Service Factory now gets registered under the Visual Studio Experimental Hive you can configure the solution so you can debug it. If you are familiar with debugging DSLs, this should be nothing new. Just follow the steps below: Set the Service Factory Guidance Package as the Start-Up Project by right-clicking on the project and selecting ......
I've been trying to add a couple of additional projects and item templates to the Service Factory for workflows and workflow activities. I thought I’d try to use the same techniques that the Service Factory was using to dynamically bind the menu options using the ProjectIsInRoleReference helper in the Binding.xml recipe. So I did the following: Added new roles WorkflowRole and ActivitiesRole to the file WSSF\Modeling.CodeGeneratio... I did this so that the Project ......