N
nguyenthanh209415
Guest
This is error : "eServices.Subtaxa = 'eServices.Subtaxa' threw an exception of type 'Telerik.OpenAccess.Exceptions.NoSuchObjectException'" I have a category in Categories in front end. Categories => eservice => child1, child2, chil3... I try to delete a child of eservice. And after that i get eservice by this code: var manager = TaxonomyManager.GetManager(); var categories = manager.GetTaxonomy (TaxonomyManager.CategoriesTaxonomyId); var eServices = manager.GetTaxa ().Where(dT => dT.Taxonomy == categories && dT.Title == "eServices").FirstOrDefault(); i try many time but eServices.Subtaxa alway throw above error. I can not get all child of eServices because i can not go inside it... This is a bug of sitefinity or a normal bug? And how can i fix it?
Continue reading...
Continue reading...