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

Can't read Xml file into datagrid by Troy

Troy
Sat Jul 12 23:21:42 CDT 2003


>-----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.