0

消息框

System.ArgumentException:没有编译代码运行错误 CS0234:名称空间“System.Security.Cryptography”中不存在类型或名称空间名称“ProtectedData”(您是否缺少程序集引用?)在第 34 行

错误 CS0234:名称空间“System.Security.Cryptography”中不存在类型或名称空间名称“DataProtectionScope”(您是否缺少程序集引用?)在第 36 行

错误 CS0234:名称空间“System.Security.Cryptography”中不存在类型或名称空间名称“ProtectedData”(您是否缺少程序集引用?)在第 49 行

错误 CS0234:名称空间“System.Security.Cryptography”中不存在类型或名称空间名称“DataProtectionScope”(您是否缺少程序集引用?)在第 51 行

在 UiPath.Activities.System.Utilities.InvokeCode.CompilerRunner.Compile(字符串代码,Int32 errLineOffset,布尔 generateInMemory)

在 UiPath.Activities.System.Utilities.InvokeCode.CompilerRunner..ctor(字符串代码,字符串类名,字符串方法名,Int32 errLineOffset,布尔生成内存)

在 UiPath.Activities.System.Utilities.InvokeCode.CSharpInvoker.GetCompilerRunner(字符串代码,字符串类名,字符串方法名,Int32 errLineOffset,布尔 inMemory)

在 UiPath.Activities.System.Utilities.InvokeCode.NetCodeInvoker.GetCompilerRunner(String userCode, List`1 args, String imps, Boolean inMemory)

在 UiPath.Activities.System.Utilities.InvokeCode.NetCodeInvoker.Run(String userCode, List 1 inArgs, IEnumerable1 imps, Object[] args)

在 UiPath.Core.Activities.InvokeCode.Execute(CodeActivityContext 上下文)

在 System.Activities.CodeActivity.InternalExecute(ActivityInstance 实例,ActivityExecutor 执行器,BookmarkManager 书签管理器)

在 System.Activity.ActivityInstance.Execute(ActivityExecutor 执行器,BookmarkManager 书签管理器)

在 System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor 执行器,BookmarkManager 书签管理器,位置结果位置)

4

1 回答 1

0

根据UIPath 参考中缺少“System.Security.Cryptography”错误,请导入系统包。然后重新启动 UIpath。 在此处输入图像描述

于 2020-11-10T08:59:30.533 回答