In WF 4, is there a way to compile XAML at runtime?
In WF 3.5 you were able to do this via WorkflowCompiler
Is there something similar in WF 4?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can in fact load an run XAML at runtime. Here are a couple links. But let’s be clear that it’s not compiling it — it’s interpreting it — because that’s how XAML works.
Let me know if you have any questions!