Can't read Xml file into datagrid

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
 
T

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top