You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed UiPath.Workflow 6.0.3 into my .NET6 app, it keeps throwing "Could not load file or assembly 'System.Activities, Version=6.0.3.0, Culture=neutral, PublicKeyToken=null'" whenever I am trying to run it. Any ideas what could cause this?
UPDATE!!
I have set “CopyLocalLockFileAssemblies” property to “true” in the csproj file and the issue has gone!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have installed UiPath.Workflow 6.0.3 into my .NET6 app, it keeps throwing "Could not load file or assembly 'System.Activities, Version=6.0.3.0, Culture=neutral, PublicKeyToken=null'" whenever I am trying to run it. Any ideas what could cause this?
UPDATE!!
I have set “CopyLocalLockFileAssemblies” property to “true” in the csproj file and the issue has gone!
Beta Was this translation helpful? Give feedback.
All reactions