Chapter 6 Workflow services
On page 168: At this point, the workflow service is ready to use, and any client can access the service WSDL by browsing the POService.xamlx file directly in the corresponding web host.
However what you get is:
Server Error in '/' Application.
The following errors were encountered while processing the workflow tree:
'Notify': The private implementation of activity '8: Notify' has the following validation error: Compiler error(s) encountered processing expression "tempResult.NotifyResult". 'tempResult' is not declared. It may be inaccessible due to its protection level.
What to do now?
|