I have a custom activity to use in a sequential workflow. This activity has a dependency property.
When I add this activity into a workflow console application, am able to use the 'blue' colored bullet to bind this property to a preceeding property of same type.
When I use the designer control and hosting example as in lab10, the 'blue' colored bullet does not appear.
Is is something that am missing, or is it that the designer control in lab10 is priliminary not addressing all cases
Am using RC2 version of WF.

Binding Dependency properties in a hosted Workflow
ks06
I have found the solution. The designer rehosting sample provided along with Beta 2 has this problem. Please use the sample that comes with Bata 2.2
Windows Workflow Foundation: Everything About Re-Hosting the Workflow Designer
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnlong/html/WFDsgnRehst.asp
Sweed