Mike Taulty's Blog
Bits and Bytes from Microsoft UK
Windows Workflow Foundation - Hosting the Designer Part 2.5

Blogs

Mike Taulty's Blog

Elsewhere

Following on from this previous post a tip that I'd pass on about hosting the designer.

I've been finding it a bit confusing to work out which services I need to add in order to affect which functionality. One of the ways in which I've tried to work this out is by doing my usual trick of using the;

Debug->Exceptions->CLR Exceptions

dialog box in Visual Studio so that when any sample I'm running throws an exception I can see what those exceptions are even if they are ultimately caught by the application. With the Workflow Designer hosting this has been quite useful in letting me see that certain services are missing from the configuration.


Posted Tue, Aug 22 2006 6:28 AM by mtaulty

Comments

Mike Taulty's Blog wrote Windows Workflow Designer Hosting - Part 3 (Fixing some stuff from Part 2)
on Tue, Aug 22 2006 7:21 AM
Back in part 2 I'd basically managed to get something from the Workflow Designer on the screen and...