Keep hitting this error: Argument ‘Descriptor’: The specified Activity definition contains multiple languages of expression activities that require compilation (languages discovered: ‘C#’). Only one language requiring compilation is allowed per definition. Please convert all expression activities that require compilation to a single language.
It happens using the CV Screen Scope process and the project is in C#
As per my knowledge, This error occurs because CV activities use VB expressions by default. Since your project is in C#, mixing languages causes a conflict.
To fix this, replace or edit CV expressions to use C# syntax or avoid using mixed-language activities.
If you found helpful please mark as a solution. Thanks
Happy Automation with UiPath
I started a new project in VB and copied over the workflow. I took out CV extract table and used extract table data. Everything is working now except it says invalid UI node in CV Screen Scop actvity
I don’t know anything about the error, but I just want to point out that you don’t need to use CV Screen Scope any more. You should be working in modern, and the modern activities have CV selectors built in along with strict, fuzzy, image, etc.
So you don’t use CV Screen Scope and the special CV activities. You just use the normal activities and they have CV built in.