Clean Project Throws System.Xml.XmlException

This forum is for all Flare issues not related to any of the other categories.
Post Reply
mperaro
Propeller Head
Posts: 28
Joined: Thu Jan 28, 2016 8:18 am

Clean Project Throws System.Xml.XmlException

Post by mperaro »

Do a Clean Project and get the following, see screen. Deleting the output does not change it.

Source: System.Xml
Type: System.Xml.XmlException
Message: Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 13, position 3.
Stack Trace:

at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at B3.XmlKit.CustomXmlReader.Read()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlDocument.Load(XmlReader reader)
at B3.XmlKit.XmlDocumentWrapper.Load(XmlDocument doc, IUrl url, Stream s, Boolean patchHtml)
at B3.XmlKit.XmlDocumentWrapper.Load(XmlDocument doc, IUrl urlarg, Boolean patchHtml)
at B3.CatapultProjectKit.CatapultFile.Load(IUrl url, Boolean cacheFile)
at B3.CatapultMdiEditorKit.CatapultMdiEditor.OnProjectCleanCommand(CommandContext cc)
at B3.AppKit.CommandInvokeContext.OnCommand()
at B3.AppKit.CommandRouter.<InvokeAsync>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at B3.AppKit.CommandRouter.<TryInvokeAsync>d__1.MoveNext()
You do not have the required permissions to view the files attached to this post.
Post Reply