Hello
I have problems with running the sample xaml workflow with CRM 2013 (CreateAWorkflow.cs file in the samples in SDK folder ). it gives the same error when run during the deployment of xaml workflow (error generating UiData) . I tried adding DisplayName to sequence activity but didn't work (This was suggested by another thread on this forum). When I remove the sequence and remove <mxswa:SetEntityProperty> and <mxswa:UpdateEntity> then it works. Basically if only Assign activity is left it deploys and works but sequence and CRM 2013 activities(such as SetEntityProperty or UpdateEntity) makes it break. Do you know what could be the issue? I really appreciate your help.