Problem deploying library

Hi,

I have built an automation that uses a library that I have also built. When deploying to Orchestrator (Cloud) directly from Studio to our Dev tenant, things work fine. Then, when I copy the packages to our Test tenant by manual upload in Orchestrator, and then run the process, I get:

" Cannot create unknown type ‘{clr-namespace:My_Library_Namespace;assembly=My.Library.Namespace}MyActivity’.

at System.Activities.Statements.Throw.Execute(CodeActivityContext context)
at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.ActivityInstance.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)"

Any ideas?

1 Like