StrictXamlHelper Class

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
Provides helper methods that will apply normal CLR rules for assembly resolution when loading XAML

Namespace: Microsoft.Activities.Extensions
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)

Syntax

C#
public static class StrictXamlHelper
Visual Basic
Public NotInheritable Class StrictXamlHelper
Visual C++
public ref class StrictXamlHelper abstract sealed

Remarks

The standard _XamlStaticHelper class generated by the XamlAppDef build task does not apply standard CLR rules when loading assemblies referenced by XAML. For more details see http://blogs.msdn.com/b/rjacobs/archive/2011/01/07/wf4-spike-activity-versioning-gac-and-loose-xaml.aspx For an example of how to use this class see the XAMLAssemblyResolution Example under the Examples folder

Inheritance Hierarchy

System..::..Object
  Microsoft.Activities.Extensions..::..StrictXamlHelper

See Also