Scenario: Opening programme to run, getting an error. Clicking “OK”, programme comes up completely empty
Steps to reproduce: Opening programme
Current Behavior: Trying to open programme, get this error - “There is an unclosed literal string. Line 15582, position 46.”
Expected Behavior: Should open programme
Studio/Robot/Orchestrator Version: Studio 2017.1.6522
Last stable behavior: This morning
Last stable version: Studio 2017.1.6522
OS Version: Windows 10
Others if Relevant: (workflow, logs, .net version, service pack, etc):
Hello
Has anyone seen the above error and know how to fix it? I open the programme, either from UiPath Studio or from the folder, and get the above error. After clicking OK, it opens basically a shell of UiPath where the “Save” and “Run” and blanked out
Are you trying to open an application ? " I open the programme, either from UiPath Studio or from the folder," - does this mean that the program you are trying to open is having this issue when you open it manually without bot too?
No, haven’t changed a thing. It was working on someone else’s computer this morning, when she closed it down and it was opened on another computer, that’s when the error appeared.
I’ve just looked in the log for a more detailed error - 10:22:41:700 => [WARNING] [UiPath.Workflow.Logging.StudioTraceListener] [15] SharpSvn.SvnInvalidNodeKindException: ‘Programme Location’ is not a working copy
at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)
at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, svn_error_t* error, Object targets)
at SharpSvn.SvnClient.Status(String path, SvnStatusArgs args, EventHandler1 statusHandler) at SharpSvn.SvnClient.GetStatus(String path, SvnStatusArgs args, Collection1& statuses)
at UiPath.Project.SourceControl.SVNSourceControl.<>c__DisplayClass53_1.b__0()
at UiPath.Project.SourceControl.SVNSourceControl.SVNClientAction(Func`1 action)
at UiPath.Project.SourceControl.SVNSourceControl.GetSvnStatus(String path)
10:22:45:564 => [ERROR] [UiPath.Workflow.Logging.StudioTraceListener] [5] System.Xml.XmlException: There is an unclosed literal string. Line 15582, position 46.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xaml.XmlCompatibilityReader.Read()
at MS.Internal.Xaml.Parser.XamlScanner.DoXmlRead()
at MS.Internal.Xaml.Parser.XamlPullParser.<P_EmptyElement>d__6.MoveNext()
at MS.Internal.Xaml.Parser.XamlPullParser.<P_Element>d__5.MoveNext()
at MS.Internal.Xaml.Parser.XamlPullParser.<P_ElementContent>d__12.MoveNext()
at MS.Internal.Xaml.Parser.XamlPullParser.<P_ElementBody>d__8.MoveNext()
at MS.Internal.Xaml.Parser.XamlPullParser.<P_Element>d__5.MoveNext()
at MS.Internal.Xaml.Parser.XamlPullParser.<P_PropertyContent>d__13.MoveNext()
at MS.Internal.Xaml.Parser.XamlPullParser.<P_NonemptyPropertyElement>d__11.MoveNext()
at MS.Internal.Xaml.Parser.XamlPullParser.<P_PropertyElement>d__9.MoveNext()
at MS.Internal.Xaml.Parser.XamlPullParser.<P_ElementBody>d__8.MoveNext()
at MS.Internal.Xaml.Parser.XamlPullParser.<P_Element>d__5.MoveNext()
at MS.Internal.Xaml.Parser.XamlPullParser.d__4.MoveNext()
at MS.Internal.Xaml.NodeStreamSorter.ReadAheadToEndOfAttributes()
at MS.Internal.Xaml.NodeStreamSorter.ReadAheadAndSortCtorProperties()
at MS.Internal.Xaml.NodeStreamSorter.MoveNext()
at System.Xaml.XamlXmlReader.Read()
at System.Activities.XamlIntegration.DynamicActivityXamlReader.Read()
at System.Activities.XamlIntegration.DynamicActivityXamlReader.Read()
at System.Xaml.XamlServices.Transform(XamlReader xamlReader, XamlWriter xamlWriter, Boolean closeWriter)
at System.Xaml.XamlServices.Load(XamlReader xamlReader)
at System.Activities.XamlIntegration.ActivityXamlServices.Load(XamlReader xamlReader, ActivityXamlServicesSettings settings)
at System.Activities.XamlIntegration.ActivityXamlServices.Load(XamlReader xamlReader)
at UiPath.Workflow.Designer.DesignerAddIn.LoadActivity(String file)
at UiPath.Workflow.Designer.DesignerAddIn.Load(String file)
at UiPath.Workflow.ViewModels.WorkflowViewModel…ctor(String workflowFile, IXamlLoadErrorService errorService, Boolean recovered)
at UiPath.Workflow.ViewModels.MainViewModel.OpenWorkflowInProject(String workflowPath, Boolean recovered)