when you create a project based on the “Document Understanding Process” template and debug the main process without making any changes to the newly created project, then a variety of compilation errors are thrown as shown in the screenshot below.
These errors seem to be caused by UiPath.IntelligentOCR.Activities requiring UiPath.CefSharpBundle.NetCore. Even if you create a new project (Windows) and only add UiPath.IntelligentOCR.Activities as a dependency (without any other dependencies) the same errors are thrown.
This doesn’t happen in Windows-Legacy projects, only in Windows projects. The .NET runtimes that are installed are shown in the screenshot below (OS = Win 11). Do you know how to resolve these errors?
Yes. I did. As mentioned, the errors also occur when I’m creating a new process project (no template) with one empty process, and only add the UiPath.IntelligentOCR.Activities dependency.
the problem is that I cannot just remove the .NET SDKs & Runtimes (Core, Desktop) other than .NET 6.0, since (1) other applications rely on other versions, and (2) other automations still require older versions. Did you only keep .NET 6.0?
Hi. Even i faced this same error message dll is invalid and able to resolve the issue.
I was accidently trying to edit extraction result dataset in one of the assign activity . If i commented it out build is successful . I believe we can not edit certain DU variables. That’s why we are facing this issue… Commenting here so that it will be helpful for others also.