System.Web.HttpUtility.HtmlDecode(strHtmlSrc) Error

System.Web.HttpUtility.HtmlDecode(strHtmlSrc)

RemoteException wrapping System.ArgumentException: No compiled code to run
error BC31424: ‘netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’ 어셈블리의 ‘System.Web.HttpUtility’ 형식이 ‘System.Web’ 어셈블리로 전달되었습니다. 프로젝트에 'System.Web’에 대한 참조가 없거나 ‘System.Web’ 어셈블리에 ‘System.Web.HttpUtility’ 형식이 없습니다. At line 1
error BC31424: ‘netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’ 어셈블리의 ‘System.Web.HttpUtility’ 형식이 ‘System.Web’ 어셈블리로 전달되었습니다. 프로젝트에 'System.Web’에 대한 참조가 없거나 ‘System.Web’ 어셈블리에 ‘System.Web.HttpUtility’ 형식이 없습니다. At line 2

at UiPath.Activities.System.Utilities.InvokeCode.CompilerRunner.Compile(String code, Int32 errLineOffset, Boolean generateInMemory)
at UiPath.Activities.System.Utilities.InvokeCode.CompilerRunner…ctor(String code, String className, String methodName, Int32 errLineOffset, Boolean generateInMemory)
at UiPath.Activities.System.Utilities.InvokeCode.VBCodeInvoker.GetCompilerRunner(String code, String className, String methodName, Int32 errLineOffset, Boolean inMemory)
at UiPath.Activities.System.Utilities.InvokeCode.NetCodeInvoker.GetCompilerRunner(String userCode, List1 args, String imps, Boolean inMemory) at UiPath.Activities.System.Utilities.InvokeCode.NetCodeInvoker.Run(String userCode, List1 inArgs, IEnumerable`1 imps, Object args)
at UiPath.Core.Activities.InvokeCode.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)

@sumouse
Can u summarize when did you get this error?

There was an error running in the vb language called assign activity.

Hi @sumouse
In the HtmlDecode activity there is some issue in passing the argument . Could you have a look.
Else capture the argument screenshot and share.

But sometimes things go well without a problem.