如何托管 Windows Workflow 4“工作流设计器”?是否支持 Silverlight 或 Click Once?
此处引用了旧的、有缺陷的 3.5 版本。这个问题是关于 .NET 4 附带的 WF。
我的问题是,在哪里可以找到有关托管 Workflow 4 Designer 的代码示例和信息?
是否支持 Silverlight,或 Click Once?支持哪些 .NET 客户端配置文件?
There is a question that references the old, buggy 3.5 version here. This question is regarding the WF that comes with .NET 4.
My question is, where can I find a code sample and information on hosting the Workflow 4 Designer?
Is Silverlight Supported, or Click Once? What .NET client profiles are supported?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有几个示例展示了如何重新托管设计器。 此处是我博客上的一个,这里是 MSDN WF4 中的另一个 WCF 样本。
WorkflowDesigner是一个WPF控件,没有可用的Silverlight版本。客户资料应该足以满足您的几乎所有需求。单击一次就可以正常工作。
There are several samples out there showing how to rehost the designer. Here is one on my blog and here is another in the MSDN WF4 & WCF samples.
The WorkflowDesigner is a WPF control, there is no Silverlight version available. The client profile should be good enough for almost all your needs. And Click Once will work just fine.