Can't read Xml file into datagrid

  • Thread starter Thread starter Troy
  • Start date Start date
T

Troy

When I try to read an XML file into a dataset then set the
dataset to the datagrid datasource as well as set the
dataset table "Contacts" to the datagrid datamember I
receive the error "Can't create a child list for field
Contacts" during runtime.

Any help would be greatly appreciated. Thanks.

Troy
 
-----Original Message-----
When I try to read an XML file into a dataset then set the
dataset to the datagrid datasource as well as set the
dataset table "Contacts" to the datagrid datamember I
receive the error "Can't create a child list for field
Contacts" during runtime.

Any help would be greatly appreciated. Thanks.

Troy
.
Thanks all... I finally found the problem. I thought my
root node in my xml file was "Contacts" but actually
was "personalContacts". Chalk it up to long hours.
 
Back
Top