Go To Homepage



Book Details
Pro WF: Windows Workflow in .NET 3.5 book cover
  • By Bruce Bukovics
  • ISBN13: 978-1-4302-0975-1
  • ISBN10: 1-4302-0975-5
  • 856 pp.
  • Published Jun 2008
  • Print Book Price: $52.99
  • eBook Price: $37.09



Errata Submission

If you think that you've found an error in Pro WF: Windows Workflow in .NET 3.5, please let us know about it. You will find any confirmed erratum below, so you can check if your concern has already been addressed.

Submit Errata
Pro WF: Windows Workflow in .NET 3.5 (978-1-4302-0975-1)

Errata

Issue Author's Response
Chapter 7, page 255
The following exception is returned when the 'GuessReceived' event is raised:
The workflow hosting environment does not have a persistence service as required by an operation on the workflow instance...
It seems that something in the sample workflow requires the persistence service, which is not specified in the instructions.
I've checked the code for that example (including the downloadable code from Apress) and it does not require a persistence service. The reader has apparently made changes to the code that introduce this requirement. I suggest they download the code from Apress.
Chapter 1, Page 24 and following:
Variable "txtNumber" is not defined in the text. Author needs to indicate that this is the number he gave to the form's textbox.
The txtNumber variable referenced in Listing 1-6 refers to the TextBox displayed in Figure 1-12.