mspace23

Results 3 comments of mspace23

Thank you for your reply. I have check the entire message and it doesn't give me the orphaned nodes. I also check my table (SiteContents) and it is ok. Every...

Yes I see "Orphaned Nodes:" but nothing more. I supposed that the problem was with the if statement. I wil give some try and I will be back. Thank you...

Hello I change my code in ``` ` foreach (var article in storeDB.SiteContents) { DynamicNode enode = new DynamicNode(); enode.Title = article.ArticleTitle; if (article.ParentMenuID == 0) { enode.ParentKey = "Home";...