Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows work flow: Dev using visual express edition

Is it possible to work on Windows Workflow project using Visual Studio express edition? if not is there any work around?

like image 619
dotnet-practitioner Avatar asked Mar 15 '26 20:03

dotnet-practitioner


1 Answers

Google is your friend. For example: Workflow Foundation Project Using Visual Studio 2008 Express Edition

Although the Visual Express editions do not support the Windows Workflow designers directly, the Workflow Designer control itself can be hosted outside of Visual Studio. Using an externally hosted Workflow Designer control provides you with a similar (but not identical) design experience to that enjoyed in the "full" versions of Visual Studio.

The MSDN technical article Windows Workflow Foundation: Everything About Re-Hosting the Workflow Designer describes how to host the Workflow control, and includes a link to a substantial sample. Although this sample is a Visual Studio 2005 C# solution, it can be built and debugged using Visual C# 2008 Express Edition without requiring any manual changes.

Note that this sample code by default creates Sequential workflows - but it's trivial to modify the sample code to create StateMachine workflows instead (or as well...).

There is further MSDN documentation and samples on hosting the Workflow designer starting at Hosting Workflow Designers.

like image 184
Dan Blanchard Avatar answered Mar 17 '26 10:03

Dan Blanchard



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!