Hi,
I created a library that I tested and worked well but when I try to use it I receive this error:
Exception is: System.NotSupportedException: Expression Activity type ‘VisualBasicValue`1’ requires compilation in order to run. Please ensure that the workflow has been compiled.
Have you any idea, please? I new in making libraries…
Hi @anamariavioleta.dinca,
This can happen when a string with quotes is copied from a RTF formatted app, such as Microsoft Word. The " quotation character is not the code version. Notice the slanted quotes vs. the straight quotes in the two examples below:
Hi @anamariavioleta.dinca,
Try to identify the activity that is causing the error. Posibly you are using an assign activity and inside of this you have an expression using double quotes. Replace the double quotes.