Server Error in '/' Application.

The table (Ancestors) cannot be the child table to itself in nested relations.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: The table (Ancestors) cannot be the child table to itself in nested relations.

Source Error:


Line 36: 	Dim SearchIndex as string = "Webkinz"
Line 37: 	Dim myDataset as New Dataset()
Line 38: 	myDataSet.ReadXML("http://xml-us.amznxslt.com/onca/xml?Service=AWSECommerceService&Operation=ItemSearch&AWSAccessKeyId=1WGBR3CHCVW6JRV9QAG2&AssociateTag=toysandvideogames-20&SearchIndex=Toys&Title=Cabbage%20Patch%20Kids&Sort=salesrank&ResponseGroup=Large&Style=http://www.toysandvideogames.com/toysandvideogames.xslt&ItemPage=" & ItemPage)
Line 39: 	dlProducts.Datasource = myDataSet
Line 40: 	dlProducts.DataMember = "item"

Source File: D:\hshome\myuretop\toysandvideogames.com\cabbage-patch-kids.aspx    Line: 38

Stack Trace:


[ArgumentException: The table (Ancestors) cannot be the child table to itself in nested relations.]
   Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn) +798
   Microsoft.VisualBasic.CompilerServices.LateBinding.LateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack) +23
   ASP.cabbage_patch_kids_aspx.BindData() in D:\hshome\myuretop\toysandvideogames.com\cabbage-patch-kids.aspx:38
   ASP.cabbage_patch_kids_aspx.Page_Load(Object sender, EventArgs e) in D:\hshome\myuretop\toysandvideogames.com\cabbage-patch-kids.aspx:31
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Page.ProcessRequestMain() +750


Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407