WF4 RC - Cannot create unknown type when loading WF Service from loose Xaml with ActivityXamlServices
问题 I am trying to host a WF4 (RC) Service dynamically. I have a test solution with two projects. The first is a declarative workflow service library with one root Flowchart activity in it, and a simple custom code activity. The workflow service library does not depend on any other custom assemblies or references. The second is my host app, which in my test solution is just a console application. In my host app, I am attempting to the use ActivityXamlServices to load the Xaml for the workflow