(This is a double post since the original was posted in wrong forum. The original post is found here http://episerver.se/en/EPiServer_Knowledge_Center/developerforum/EPiServer-Developer-Forums-/6617/8790/ Sorry about that.)
--------------------------------------
Hi,
I just upgraded from 4.51 to 4.61. When I try to upgrade all the old forms to the new xforms with the utility in admin I get a crash. See below.
What is the workaround?
[XmlException: This is an unexpected token. The expected token is 'NAME'. Line 7, position 98.]
System.Xml.XmlTextReader.SetAttributeValues() +323
System.Xml.XmlTextReader.ParseElement() +138
System.Xml.XmlTextReader.Read() +94
System.Xml.XmlValidatingReader.ReadNoCollectTextToken() +38
System.Xml.XmlValidatingReader.Read() +14
System.Xml.XmlLoader.LoadChildren(XmlNode parent) +33
System.Xml.XmlLoader.LoadElementNode() +144
System.Xml.XmlLoader.LoadCurrentNode() +38
System.Xml.XmlLoader.LoadChildren(XmlNode parent) +47
System.Xml.XmlLoader.LoadElementNode() +144
System.Xml.XmlLoader.LoadCurrentNode() +38
System.Xml.XmlLoader.LoadChildren(XmlNode parent) +47
System.Xml.XmlLoader.LoadElementNode() +144
System.Xml.XmlLoader.LoadCurrentNode() +38
System.Xml.XmlLoader.LoadChildren(XmlNode parent) +47
System.Xml.XmlLoader.LoadElementNode() +144
System.Xml.XmlLoader.LoadCurrentNode() +38
System.Xml.XmlLoader.LoadChildren(XmlNode parent) +47
System.Xml.XmlLoader.LoadElementNode() +144
System.Xml.XmlLoader.LoadCurrentNode() +38
System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) +49
System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) +102
System.Xml.XmlDocument.Load(XmlReader reader) +72
System.Xml.XmlDocument.LoadXml(String xml) +163
EPiServer.Admin.ConvertFormToXform.ConvertForm2Xform(Int32 formId) +276
EPiServer.Admin.ConvertFormToXform.Convert(Object sender, EventArgs e) +203
System.Web.UI.WebControls.Button.OnClick(EventArgs e)
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1292