动态创建 WCF 工作流 (xamlx)

发布于 2024-11-16 14:06:43 字数 143 浏览 9 评论 0原文

我试图在 4.0 中动态创建工作流程。我试图动态创建 xamlx 文件并保存在特定文件夹中。我需要从 WCF 服务编译这些文件以生成 dll。 这可能吗? 当我们构建解决方案时,xamlx 文件如何编译为 dll?有没有类似于我们用来编译c#文件的csc.exe的东西。

I was trying to create workflows dyanamically in 4.0. I was trying to create xamlx files dyanamically and save in particular folder. I need to compile these files from a WCF service to generate the dlls.
Will this be possible?
How does the xamlx files gets compiled to dll when we build the solution? is there anything similar to csc.exe which we used to compile c# files.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

轻拂→两袖风尘 2024-11-23 14:06:43

为什么需要编译? XAMLX编译,但在运行时按原样使用。

Why do you need to compile? A XAMLX is not compiled but used as is at runtime.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文