Note that there are some explanatory texts on larger screens.

plurals
  1. POLong running workflow in .NET 4.0 problem adding required references
    text
    copied!<p>I am attempting to complete the following "how-to" in order to try and understand how persistence works in .NET 4.0 Workflows. </p> <p><a href="http://msdn.microsoft.com/en-us/library/dd489452(VS.100).aspx" rel="nofollow noreferrer">MSDN - How to: Create and Run a Long Running Workflow</a></p> <p>Unfortunately, there seems to be an error in the documentation or I have a problem with my setup, as I am unable to add references to the following components:</p> <ul> <li>System.WorkflowServiceModel</li> <li>System.WorkflowService</li> </ul> <p>These components are specified in step (1) of the section "To enable persistence in a workflow application".</p> <p>I tried researching this problem but didn't find anything very useful. It seems that I'm not the only person who has had problems:</p> <p><a href="https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=453853&amp;wa=wsignin1.0#tabs" rel="nofollow noreferrer">Microsoft Connect - VS2010 Missing Assembly System.WorkflowServiceModel</a></p> <p>A user here suggests that "the problem was that the client profile was used" but I don't really understand what this means.</p> <p>I have added my question to that page and will update here if an answer is forthcoming from Microsoft.</p> <p><strong>Update:</strong></p> <p>Following Chris' comments, I found a better link which I put in a comment. I think the accepted approach on Stack Overflow is to update the initial question?</p> <p><a href="http://msdn.microsoft.com/en-us/library/ee395773(VS.100).aspx" rel="nofollow noreferrer">MSDN - Configuring the SQL Workflow Instance Store</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload