Skip to main content

Where do I download Developer Framework?

Comments

1 comment

  • Berend Veldkamp

    No need to download anything. Just follow these steps (I copied these from some place, can't remember where)

    • Make a copy of WorkflowDesigner\Geocortex.Workflow.Activities.Presentation.dll, and name it Geocortex.Workflow.Activities.Design.dll (both are needed)
    • In Visual Studio, in the project where the workflows will be edited (class library works well), add all of the .dll files from WorkflowDesigner as references

    This is sufficient to edit existing Workflows and all existing Workflow activities in the project. To add the Essentials activities to the toolbox, open the toolbox in Visual Studio and on the General tab, right-click and select Choose Items. Browse to Geocortex.Workflow.Activities.dll and select it, leave all of the activities checked (the default). It’s nice to right-click on the toolbox after adding the Essentials activities and sort items alphabetically.

    0

Please sign in to leave a comment.