Dynamically creating WCF workflow (xamlx)

849 Views Asked by At

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.

1

There are 1 best solutions below

1
On BEST ANSWER

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