Hi
I’m having this error when trying to filter a datatable using LINQ:
“Assign: Expression Activity type ‘VisualBasicValue`1’ requires compilation in order to run. Please ensure that the workflow has been compiled.”
How can I fix this ?
Hi
I’m having this error when trying to filter a datatable using LINQ:
“Assign: Expression Activity type ‘VisualBasicValue`1’ requires compilation in order to run. Please ensure that the workflow has been compiled.”
How can I fix this ?
can you try:
g.First()).CopyToDataTable
- we added ()
after First
EDITED: yes agree to @Yoichi and take his suggested hint as the first action
Hi,
This error is caused by double quote except 0x22 ("
) For now, can you replace (reinput) double quote with "
?
The following also helps you.
Regards,
Thank you. That’s really weird. I saw same problem reported by other users and this solution woudn’t help me. But now, strangely, I’ve simply copied and paste the " and it worked.
Thanks !!
Cheers.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.