Using XAML activation in ASP.NET with a StateMachineWorkflow

If you want to use XAML activation in ASP.NET you will need to be using Windows Workflow Foundation Beta 2.2, that can be found here. The reason for this is that although XAML activation works in most cases with Beta 2 it isn’t officially supported in that build because it was added as a feature at the last minute and was not fully test yet.

Below is a sample that uses XAML activation to start a StateMachineWorkflow in ASP.NET.  

This posting is provided "AS IS" with no warranties, and confers no rights.

ASPNETXAMLActivation.EXE