Hi Team,
I have recently upgraded my Studio ver21.4.4. I am tryin to use RE-Framework template in one of my solution but while running the file i am getting below error in compilation-
at UiPath.CoreIpc.Connection.Send(Request request, CancellationToken token)
at UiPath.CoreIpc.ServiceClient1.<>c__DisplayClass18_0
1.<b__1>d.MoveNext()
— End of stack trace from previous location —
at UiPath.CoreIpc.IOHelpers.WithTimeout[TResult](IEnumerable1 cancellationTokens, TimeSpan timeout, Func
2 func, String message, Func2 exceptionHandler) at UiPath.CoreIpc.ServiceClient
1.<>c__DisplayClass18_01.<InvokeAsync>b__2(Exception ex) at UiPath.CoreIpc.IOHelpers.WithTimeout[TResult](IEnumerable
1 cancellationTokens, TimeSpan timeout, Func2 func, String message, Func
2 exceptionHandler)
at UiPath.CoreIpc.ServiceClient1.InvokeAsync[TResult](String methodName, Object[] args) at UiPath.Studio.Ipc.Shared.Services.IpcProxyBase
1.RemoteExecute[T](Func`2 remoteFunc, String callerName), HResult -2146232800
21:31:19.3736 => [ERROR] [UiPath.Studio.App.Logging.OutputLogger] [73] Unexpected error has occurred during the library compilation process:
Unable to create activity builder for System1\System1_NavigateToWorkitems.xaml. Reason was ‘Cannot create unknown type ‘{http://schemas.uipath.com/workflow/activities}Click’.’.
21:31:19.3740 => [ERROR] [UiPath.Studio] [73] Unexpected error has occurred during the library compilation process:
Unable to create activity builder for System1\System1_NavigateToWorkitems.xaml. Reason was ‘Cannot create unknown type ‘{http://schemas.uipath.com/workflow/activities}Click’.’.
21:31:19.4057 => [ERROR] [UiPath.Studio.App.Logging.OutputLogger] [73] Unexpected error has occurred during the library compilation process:
Unable to create activity builder for Framework\Process.xaml. Reason was ‘Cannot create unknown type ‘{http://schemas.uipath.com/workflow/activities}LogMessage’.’.
21:31:19.4061 => [ERROR] [UiPath.Studio] [73] Unexpected error has occurred during the library compilation process:
Unable to create activity builder for Framework\Process.xaml. Reason was ‘Cannot create unknown type ‘{http://schemas.uipath.com/workflow/activities}LogMessage’.’.
21:31:19.4784 => [ERROR] [UiPath.Studio.App.Logging.OutputLogger] [73] Unexpected error has occurred during the library compilation process:
Unable to create activity builder for Framework\InitAllSettings.xaml. Reason was ‘Cannot create unknown type ‘{http://schemas.uipath.com/workflow/activities}LogMessage’.’.
21:31:19.4790 => [ERROR] [UiPath.Studio] [73] Unexpected error has occurred during the library compilation process:
Unable to create activity builder for Framework\InitAllSettings.xaml. Reason was ‘Cannot create unknown type ‘{http://schemas.uipath.com/workflow/activities}LogMessage’.’.
21:31:19.4794 => [ERROR] [UiPath.Studio.App.Logging.OutputLogger] [43] Unexpected error has occurred during the library compilation process:
Unable to create activity builder for System1\System1_Close.xaml. Reason was ‘Cannot create unknown type ‘{http://schemas.uipath.com/workflow/activities}BrowserScope’.’.
21:31:19.4790 => [ERROR] [UiPath.Studio] [43] Unexpected error has occurred during the library compilation process:
Unable to create activity builder for System1\System1_Close.xaml. Reason was ‘Cannot create unknown type ‘{http://schemas.uipath.com/workflow/activities}BrowserScope’.’.
21:31:19.4811 => [ERROR] [UiPath.Studio.App.Logging.OutputLogger] [43] Unexpected error has occurred during the library compilation process:
Unable to create activity builder for Framework\CloseAllApplications.xaml. Reason was ‘Cannot create unknown type ‘{http://schemas.uipath.com/workflow/activities}LogMessage’.’.
21:31:19.4790 => [ERROR] [UiPath.Studio] [43] Unexpected error has occurred during the library compilation process:
Unable to create activity builder for Framework\CloseAllApplications.xaml. Reason was ‘Cannot create unknown type ‘{http://schemas.uipath.com/workflow/activities}LogMessage’.’.
21:31:19.5017 => [ERROR] [UiPath.Studio.App.Logging.OutputLogger] [43] Unexpected error has occurred during the library compilation process:
Unable to create activity builder for Framework\GetAppCredential.xaml. Reason was ‘Cannot create unknown type ‘{http://schemas.uipath.com/workflow/activities}GetRobotCredential’.’.
21:31:19.5024 => [ERROR] [UiPath.Studio] [43] Unexpected error has occurred during the library compilation process:
Unable to create activity builder for Framework\GetAppCredential.xaml. Reason was ‘Cannot create unknown type ‘{http://schemas.uipath.com/workflow/activities}GetRobotCredential’.’.
21:31:19.5378 => [ERROR] [UiPath.Studio.App.Logging.OutputLogger] [43] Unexpected error has occurred during the library compilation process:
Unable to create activity builder for Framework\KillAllProcesses.xaml. Reason was ‘Cannot create unknown type ‘{http://schemas.uipath.com/workflow/activities}LogMessage’.’.
21:31:19.5383 => [ERROR] [UiPath.Studio] [43] Unexpected error has occurred during the library compilation process:
Unable to create activity builder for Framework\KillAllProcesses.xaml. Reason was ‘Cannot create unknown type ‘{http://schemas.uipath.com/workflow/activities}LogMessage’.’.
Also i am getting the below error in the Manage Package Window-
Kindly help.