What is the syntax for loading the .NET 4.0 Beta2 workflow that was previously created and saved as XAML.
The WorkflowElement and WorkflowXamlServices classes no longer exist. I am trying to do something like this (which worked in Beta 1):
WorkflowElement wf = WorkflowXamlServices.Load(File.OpenRead("Workflow.xaml")) as WorkflowElement;
c # workflow workflow-foundation-4
martyk
source share