Possible bug: When I add a Page Flow Project to a solution folder, and the name of the project contains a dot (.), then the Finish button is disabled in the recipe wizard. (I can add PageFlow Proj...
XmlPageFlowDefinition's Constrained property depends on its NavigationGraph as follows: public bool Constrained { get { return !navigationGraph.Constrained; } }...
The PageFlow Xml provider does not support a method to declaratively create an unconstrained PageFlow on a per-PageFlow basis. The XmlPageFlowDefinition uses the underlying NavigationGraph to dete...
In WC-SF February 2008 the ObjectBuilder strategies were updated to improve the overall performance of the dependency injection mechanism. As part of this update, dynamic methods were introduced to...
While doing the WCSF Hands On Labs with the Page Flow recipe in Visual Studio 2008 I am receiving the following Error: "Invalid type owner for DynamicMethod. Description: An unhandled exception o...
I tried building the Page Flow Guidance Package installer and running it and it fails. I'm attaching an image that shows the error. Could you release the installer by itself (without the source c...