Dela via


Load From XAML

This topic applies to Windows Workflow Foundation 4 (WF4).

This sample demonstrates how to dynamically load a XAML workflow without having to run the XamlBuildTask tool. Instead, the sample calls the Load method. The sample is a Windows Presentation Foundation (WPF) client application that loads XAML workflows using the ActivityXamlServices class and executes them. After they have been loaded using the ActivityXamlServices class, a DynamicActivity is returned that can be executed.

To use this sample

  1. Using Visual Studio 2010, open the LoadFromXAML.sln solution file.

  2. To build the solution, press CTRL+SHIFT+B.

  3. To run the solution, press CTRL+F5.

Dd807378.Important(en-us,VS.100).gif Note:
The samples may already be installed on your computer. Check for the following (default) directory before continuing.

<InstallDrive>:\WF_WCF_Samples

If this directory does not exist, go to Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF) Samples for .NET Framework 4 to download all Windows Communication Foundation (WCF) and WF samples. This sample is located in the following directory.

<InstallDrive>:\WF_WCF_Samples\WF\Basic\Built-InActivities\DynamicActivity\LoadFromXAML