本文介绍了WorkFlow无法启动。困在workflowRuntime.CreateWorkflow上?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在使用向导的Visual Studio 2008 / C#中,我创建了一个"Sequential WorkFlow Console Application"。 我没有对Visual Studio 2008生成的项目进行任何更改。 代码卡在上面:
   WorkflowInstance instance = workflowRuntime.CreateWorkflow( typeof (WorkflowConsoleApplication1。 Workflow1 ));
应用程序永远不会超时或失败。
有任何想法吗?
In Visual Studio 2008/C# using the wizard I created a 'Sequential WorkFlow Console Application'. I have made no changes to the project genreated by Visual Studio 2008. The code gets stuck on:
WorkflowInstance instance = workflowRuntime.CreateWorkflow(typeof(WorkflowConsoleApplication1.Workflow1));
Application never timeouts or fails.
Any ideas?
推荐答案
这篇关于WorkFlow无法启动。困在workflowRuntime.CreateWorkflow上?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!