Unbale to open xml file

Recently I have moved changes to Production but I am getting below error while opening the xml which I made changes and moved to prod, could you please help me how to these issues?

The ‘Sequence’ start tag on line 143 position 6 does not match the end tag of ‘ui:CommentOut’. Line 155, position 7.

Error: System.Xml.XmlException: The ‘Sequence’ start tag on line 143 position 6 does not match the end tag of ‘ui:CommentOut’. Line 155, position 7.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String args)
at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)
at System.Xml.XmlTextReaderImpl.ParseEndElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at UiPath.Studio.Plugin.Workflow.Document.XamlDocumentReader.ReadAsync(String path)
at UiPath.Studio.Core.Services.PersistableServiceBase3.GetFactoryByPath(String path) at UiPath.Studio.Core.Services.PersistableServiceBase3.ResolveFactory(OpenInformation openInfo)
at UiPath.Studio.Core.Services.PersistableServiceBase3.OpenAsync(OpenInformation openInfo) at UiPath.Studio.App.Desktop.ProjectItems.Behaviors.FileProjectItemBehavior.ExecuteOpenAsync(IFileSystemProjectItemViewModel item) at UiPath.Studio.App.Desktop.MVVM.Commands.TaskCommand3.Execute(TExecuteParameter parameter, Boolean ignoreCanExecuteCheck)
at System.Threading.Tasks.Task.<>c.b__128_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler), HResult -2146232000

image

Hi @thotlamahesh_kumar ,

Could you let us know How was the movement of the workflow/xaml files done to prod code/environment ?

Also, do you have a working code in other Environments ? After the Changes were performed was a Test done in other environments before moving to Prod ?

I have moved from my dev branch to Production branch in the GitHub
My dev—>Development—>Production
when I have opened in text edior on studio
I am seeing below error expected tag missing
How do i fix this issue?
image

@thotlamahesh_kumar ,

Not sure on why there is an error when used in the Prod Github.

However, could you maybe cross check the differences between the xaml data in Dev and xaml data in Prod and check if you are able to identify any differences between them ?

Also, let us know if you have tested the changed code ?