Hi everyone,
I’m having version conflicts with two dependencies I’m using (see images attached).
The error message I’m getting is the following.
22.4.6+Branch.support-v22.4.Sha.21335593b663e604ea781598b95625f6bfb66bd4
Source: Jira Scope
Message: Method not found: ‘Void RestSharp.Parameter…ctor(System.String, System.Object, RestSharp.ParameterType)’.
Exception Type: System.MissingMethodException
RemoteException wrapping System.MissingMethodException: Method not found: ‘Void RestSharp.Parameter…ctor(System.String, System.Object, RestSharp.ParameterType)’.
at UiPath.Shared.Activities.AsyncTaskNativeImplementation.BookmarkResumptionCallback(NativeActivityContext context, Object value)
at UiPath.Shared.Activities.ContinuableAsyncNativeActivity.BookmarkResumptionCallback(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkCallbackWrapper.Invoke(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
I believe that the problem is because the two RestSharp versions are different in each dependency. Is there any solution or workaround?
Thanks,