Is WF 4.0 available for Visual Studio 2010 Express? I installed VS2010 Express and I am confused about how to setup WF 4.0 templates and create a project.
Thank you for your help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As far as I know WF4 is not supported by the Express SKUs. However the WF4 runtime as wel as the WorkflowDesigner are part of the .NET framework so you can rehost the designer in your own applications, create workflows there and run them just fine. The biggest missing piece is IntelliSense in the designer. See this blog post on how to rehost the designer in your own app.