Hi,
I have custom form control (Custom Category Selector example)
I can export object form control "Custom Category Selector", after that I deployed code to UAT env.
So I can not import the object form control "Custom Category Selector" to UAT env.
I got error:
Error during import process
ERROR: Error during import process
Message: The table (element) cannot be the child table to itself in nested relations.
Exception type: System.ArgumentException
Stack trace:
at System.Data.DataRelation.CheckNestedRelations()
at System.Data.DataRelation.set_Nested(Boolean value)
at System.Data.XSDSchema.InstantiateTable(XmlSchemaElement node, XmlSchemaComplexType typeNode, Boolean isRef)
at System.Data.XSDSchema.HandleTable(XmlSchemaElement node)
at System.Data.XSDSchema.HandleParticle(XmlSchemaParticle pt, DataTable table, ArrayList tableChildren, Boolean isBase)
at System.Data.XSDSchema.HandleComplexType(XmlSchemaComplexType ct, DataTable table, ArrayList tableChildren, Boolean isNillable)
at System.Data.XSDSchema.InstantiateTable(XmlSchemaElement node, XmlSchemaComplexType typeNode, Boolean isRef)
at System.Data.XSDSchema.HandleTable(XmlSchemaElement node)
at System.Data.XSDSchema.HandleParticle(XmlSchemaParticle pt, DataTable table, ArrayList tableChildren, Boolean isBase)
at System.Data.XSDSchema.HandleComplexType(XmlSchemaComplexType ct, DataTable table, ArrayList tableChildren, Boolean isNillable)
at System.Data.XSDSchema.InstantiateTable(XmlSchemaElement node, XmlSchemaComplexType typeNode, Boolean isRef)
at System.Data.XSDSchema.HandleTable(XmlSchemaElement node)
at System.Data.XSDSchema.HandleParticle(XmlSchemaParticle pt, DataTable table, ArrayList tableChildren, Boolean isBase)
at System.Data.XSDSchema.HandleComplexType(XmlSchemaComplexType ct, DataTable table, ArrayList tableChildren, Boolean isNillable)
at System.Data.XSDSchema.InstantiateTable(XmlSchemaElement node, XmlSchemaComplexType typeNode, Boolean isRef)
at System.Data.XSDSchema.HandleTable(XmlSchemaElement node)
at System.Data.XSDSchema.LoadSchema(XmlSchemaSet schemaSet, DataSet ds)
at System.Data.DataSet.InferSchema(XmlDocument xdoc, String[] excludedNamespaces, XmlReadMode mode)
at System.Data.DataSet.ReadXmlSchema(XmlReader reader, Boolean denyResolving)
at CMS.DataEngine.DataClassInfo.CreateSchemaDataSet()
at CMS.DataEngine.DataClassInfo.get_SchemaDataSet()
at CMS.DataEngine.DataClassInfoProvider.GetDataSet(String className)
at CMS.DataEngine.ObjectHelper.GetObjectsDataSet(OperationTypeEnum operation, GeneralizedInfo infoObj, Boolean childData)
at CMS.CMSImportExport.ImportProvider.GetEmptyDataSet(SiteImportSettings settings, String objectType, Boolean siteObjects, Boolean selectionOnly, GeneralizedInfo& infoObj, Boolean forceXMLStructure)
at CMS.CMSImportExport.ImportProvider.LoadObjects(SiteImportSettings settings, String objectType, Boolean siteObjects, Boolean selectionOnly, Boolean forceXMLStructure)
at CMS.CMSImportExport.ImportProvider.ImportObjectType(SiteImportSettings settings, String objectType, Boolean siteObject, TranslationHelper th, ProcessObjectEnum processType, List`1 importedParentIds)
at CMS.CMSImportExport.ImportProvider.ImportObjectsDataInternal(SiteImportSettings settings)
Any suggest for this?