Niner since 2008
And at the end, after you've set your SayHello.xaml file properties -- you'll also want to change back Main in Program.cs:
static void Main(string[] args) { WorkflowInvoker.Invoke(new SayHelloInCode()); }
From where it had been set in Task 4.2 to:
static void Main(string[] args) { WorkflowInvoker.Invoke(ActivityXamlServices.Load("SayHello.xaml")); Console.ReadKey(false); }
I'm loving this series of videos and exercises... thanks!
Very cool demo. I'm glad to see that the config is pared down.
Here is a list of Channel 9 staff members.
Workflow TV - Lab Introduction to WF4: Exercise 4 - Dynamic Workflows with XAML
Jul 30, 2010 at 9:45 PMAnd at the end, after you've set your SayHello.xaml file properties -- you'll also want to change back Main in Program.cs:
From where it had been set in Task 4.2 to:
I'm loving this series of videos and exercises... thanks!
10-4 Episode 38: What's New with WCF4 - Simplified Config
Jan 18, 2010 at 6:13 PMVery cool demo. I'm glad to see that the config is pared down.