Hi Chris,
Are you able to see the details of the ‘For each File’ activity in the Outline tab (Gliederung auf Deutsch:)). I’ve never experienced such an error, but maybe the following post will be helpful. It looks similar to your case. Let me know if you find a solution; I’m curious.”
Hello @christop_berthold I think i saw this issue before, but with lower versions. Try double clicking on the activities to move inside the activities like “for each” or “multi assign”. Not sure how to resolve it though. I think is a temporary fix for you to modify the existing code.
nothing helped, thanks for your contributions. I selected the previous version from the day before in Windows and made the changes again. Now it works again.
Check your dependencies.
If you publish a windows project to the orchestrator it gets (partially) compiled.
Downloading it again and unpacking the .nupkg file has a differently formatted project.
Most importantly you’ll see that the dependencies such as UiPath.System.Activities are now UiPath.System.Activities.runtime
Change these back to the regular packages should solve your issue. Easiest done by opening the project.json in a texteditor and deleting all .runtime instances, and then reopen your project.