Guys do know why this error happened? Assign: Expression Activity type ‘VisualBasicValue`1’ requires compilation in order to run. Please ensure that the workflow has been compiled. When i try to assign this error appear.
Hi @Gokul001 thanks for the answer, but when i tried to use in another project there is no error when i run. The error only appear when i use that project. dtFinal.AsEnumerable().Where(Function(a) String.IsNullOrEmpty(a.Field(Of String)(“Email”).ToString) ).CopyToDatatable(), this is my value in assign activity. What do u think about that, do u know how to resolve this problem?
Change the double quotes here check once @Kelvin1
Regards
Sudharsan
Ah i see, i was copying the value from 1 project to another project. Is this error because there is different package ?
Yes @Kelvin1
As explained in this thread
Windows legacy compatibility project is supporting any kind of double quotes where as Windows compatibility project supports only one kind of double quotes
Regards
Sudharsan
Thank you so much sir for the help, appreciated it.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.