Hi guys, I am facing below error when I am running my process from orchestrator. The robot version ins2018.2.3.
I have checked in Orchestrator-> activities , all the dependencies are present over there but still I am getting below error:
““System error: Cannot create unknown type ‘{http://schemas.microsoft.com/netfx/2009/xaml/activities}InArgument({clr-namespace:Exceptionless.Json.Linq;assembly=Exceptionless}JObject)’., Invoke Creation of Groups workflow: UiPath.Core.Activities For Transaction: 091e3a6b-918f-4103-a6b9-6326f52d7a49””
you’ve created the workflow in a newer version of uipath studio than the version on the machine you’re trying to run. try to install the packages manually via package manager in studio.
I got this error when I created a custom package in C#, installed it into my workflow but forgot to upload it to my orchestrator as a library. Once I uploaded it, all worked fine.