HTTP API Calls

when i run my API call, i get this error on Studio 2021.10.4 -

21.10.4+Branch.master.Sha.8f864e3db4251aecabea63041087de2634460029

Source: HTTP Request

Message: Expression Activity type ‘VisualBasicValue`1’ requires compilation in order to run. Please ensure that the workflow has been compiled.

Exception Type: System.NotSupportedException

RemoteException wrapping System.NotSupportedException: Expression Activity type 'VisualBasicValue1' requires compilation in order to run. Please ensure that the workflow has been compiled. at System.Activities.Expressions.CompiledExpressionInvoker.InvokeExpression(ActivityContext activityContext) at Microsoft.VisualBasic.Activities.VisualBasicValue1.Execute(CodeActivityContext context)
at System.Activities.CodeActivity1.InternalExecuteInResolutionContext(CodeActivityContext context) at System.Activities.Runtime.ActivityExecutor.ExecuteInResolutionContext[T](ActivityInstance parentInstance, Activity1 expressionActivity)
at System.Activities.InArgument1.TryPopulateValue(LocationEnvironment targetEnvironment, ActivityInstance activityInstance, ActivityExecutor executor) at System.Activities.RuntimeArgument.TryPopulateValue(LocationEnvironment targetEnvironment, ActivityInstance targetActivityInstance, ActivityExecutor executor, Object argumentValueOverride, Location resultLocation, Boolean skipFastPath) at System.Activities.ActivityInstance.InternalTryPopulateArgumentValueOrScheduleExpression(RuntimeArgument argument, Int32 nextArgumentIndex, ActivityExecutor executor, IDictionary2 argumentValueOverrides, Location resultLocation, Boolean isDynamicUpdate)
at System.Activities.ActivityInstance.ResolveArguments(ActivityExecutor executor, IDictionary`2 argumentValueOverrides, Location resultLocation, Int32 startIndex)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)

Hi @hariharan.v ,

[NotSupportedException] indicates that no implementation exists for an invoked method or property.

Regards,
Arivu

So what will be the way to resolve this as i am using the UiPath Web Activities HTTP call

And when i click the Preview button, it works fine and provides the correct and expected JSON output. The above exception is thrown when i run in Debug mode.

1 Like

This error seems to occur when creating the Http Request with in a library. It works correctly as a Process.

It is also very strange that the Visual Basic error occurs despite the SettingDesign Style being set to ** Use C**#Language:

HTTP Login Request: Expression Activity type ‘VisualBasicValue`1’ requires compilation in order to run. Please ensure that the workflow has been compiled.

Is a UiPath technician aware of this and currently looking into this bug? :wave:t6:

UIpath.WebAPI.activities 1.9.2 inexistent this exption