SharpDevelop Community

Get your problems solved!
Welcome to SharpDevelop Community Sign in | Join | Help
in Search

Can Windows Workflow 3.5 activities be added to the Workflow designer

Last post 07-09-2008 4:47 PM by Philip Simons. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 07-09-2008 4:47 PM

    Can Windows Workflow 3.5 activities be added to the Workflow designer

    I've discovered how to do this:-

    Add references to the relevant assemblies to the Workflow designer 

    In TypeProviderService.cs

    in method GetTypeProvider add the following:-

       typeProvider.AddAssembly(typeof(System.Workflow.Activities.ReceiveActivity).Assembly);

    and in Workflowdsidetabservice.cs

    in method AddViewContent add the following:-

        LoadSideTabItemsFromAssembly(typeof(System.Workflow.Activities.ReceiveActivity).Assembly.GetName(), standardSideTab);

     after the line beginning LoadSideTabItemsFromAssembly



     

Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems
Don't contact us via this (fleischfalle@alphasierrapapa.com) email address.