动态创建 WCF 工作流 (xamlx)
我试图在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么需要编译? XAMLX未编译,但在运行时按原样使用。
Why do you need to compile? A XAMLX is not compiled but used as is at runtime.