I am trying to create my first automation project in StudioX and am closely following the instructions at this url - https://docs.uipath.com/studiox/standalone/2023.10/user-guide/creating-your-first-automation-project.
When I hit the create button it eventually returns an error that says “Value cannot be null. (Parameter ‘referencedAssemblies’)”
Here is what is in the log:
23.8.0-beta.13817+Branch.release-v23.8.0.Sha.120cd3ec54f082511b48105e2cfb52f8897346a8
Value cannot be null. (Parameter ‘referencedAssemblies’)
Error: RemoteException wrapping System.ArgumentNullException: Value cannot be null. (Parameter ‘referencedAssemblies’)
at UiPath.Shared.AssemblyUtils.GetLoadedAssemblies(IEnumerable1 referencedAssemblies) at UiPath.Workflow.Operations.Serializer.Services.InvalidXamlNodesFinder.GetMissingTypes(XamlReader br, IEnumerable
1 dependencies)
at UiPath.Workflow.Operations.Serializer.Services.InvalidXamlNodesFinder.Process(Stream stream, IEnumerable1 dependencies) at UiPath.Workflow.Operations.Serializer.Services.WorkflowXamlSerializer.CreateFromStream(Stream stream) at UiPath.Workflow.Operations.Serializer.Services.WorkflowXamlSerializer.LoadFromFile(String file) at UiPath.Studio.Plugin.Workflow.Services.WorkflowManagementService.AddVariableByFileName(String filePath, String variableName, String variableType, String defaultValueExpression) at UiPath.Studio.Plugin.Workflow.Services.WorkspaceService.AddWorkspaceVariablesToWorkflowFile(String workflowFilePath, BusinessWorkbookOptions options) at UiPath.Studio.Plugin.Workflow.Services.WorkspaceService.AddWorkspaceVariablesToWorkflowFileAsync(String workflowFilePath, BusinessWorkbookOptions options) at UiPath.CoreIpc.Server.<>c__DisplayClass7_3.<<-ctor>g__InvokeMethod|6>d.MoveNext() --- End of stack trace from previous location --- at UiPath.CoreIpc.Server.<>c__DisplayClass7_1.<<-ctor>g__HandleRequest|3>d.MoveNext() --- End of stack trace from previous location --- at UiPath.CoreIpc.Server.<>c__DisplayClass7_2.<<-ctor>b__5>d.MoveNext() --- End of stack trace from previous location --- at UiPath.CoreIpc.Helpers.Timeout[TResult](TimeSpan timeout, List
1 cancellationTokens, Func2 func, String message, Func
2 exceptionHandler), HResult -2146233088