Hi all, I using Kentico 7 and we saw in event log a error occured when SelectSingleNode. Please help me detect the cause of this issue and any solution.
Message: Unexpected end of file while parsing CDATA has occurred. Line 1217, position 30.
Stack Trace:
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseCDataOrComment(XmlNodeType type, Int32& outStartPos, Int32& outEndPos)
at System.Xml.XmlTextReaderImpl.ParseCDataOrComment(XmlNodeType type)
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.LoadXml(String xml)
at CMS.SettingsProvider.EditableItems.LoadContentXml(String contentXml)
at CMS.DocumentEngine.TreeNode.get_DocumentContent()
at CMS.DocumentEngine.TreeNode.TryGetValue(String columnName, Object& value)
at CMS.DataEngine.AbstractInfo`1.GetValue(String columnName)
at CMS.DataEngine.SimpleDataClass.LoadData(IDataContainer data)
at CMS.DocumentEngine.TreeNode.NewInstanceFromDataContainer(IDataContainer data, String className, TreeProvider existingTreeProvider)
at CMS.DocumentEngine.TreeNode.New[NodeType](IDataContainer data, String className, TreeProvider treeProvider)
at CMS.DocumentEngine.TreeNode.Clone[NewNodeType]()
at CMS.DocumentEngine.TreeNode.Clone()
at CMS.DocumentEngine.TreeProvider.SelectSingleNode[NodeType](String siteName, String aliasPath, String cultureCode, Boolean combineWithDefaultCulture, String className, Boolean selectOnlyPublished, Boolean checkPermissions, Boolean selectCoupledData)
at CMS.DocumentEngine.TreeProvider.SelectSingleNode[NodeType](Int32 nodeId, String cultureCode, Boolean combineWithDefaultCulture, Boolean coupledData)
at CMS.DocumentEngine.TreeProvider.SelectSingleNode(Int32 nodeId, String cultureCode, Boolean combineWithDefaultCulture, Boolean coupledData)
at CMS.DocumentEngine.TreeProvider.SelectSingleNode(Int32 nodeId, String cultureCode, Boolean combineWithDefaultCulture)
at CMS.DocumentEngine.TreeProvider.SelectSingleNode(Int32 nodeId, String cultureCode)
at CMS.DocumentEngine.TreeProvider.SelectSingleNode(Int32 nodeId)
at ****()
at ****.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at CMS.ExtendedControls.AbstractUserControl.OnLoad(EventArgs e)
at CMS.PortalControls.CMSAbstractWebPart.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Thank!