My problem is oulined here:
http://support.microsoft.com/kb/314043
Microsoft says: "This behavior is by design."
No workaround is provided. I need a workaround.
So I have a dataset which is populated correctly with the contents of the table name Sales.StoreContact.
When I try DataGridView1.DataMember="Sales.SalesContact" the IDE throws:
Argument Exception was unhandled.
Child list for field Sales cannot be created.
I really need a hand here as Ive tried many things, and nothing worked. I dont want to rename my tables either.
Thanks in advance,
Eric
-------the dataset contains-----
<NewDataSet>
<Sales.SalesContact><SalesContactID>1</SalesContactID> <Name>Jimmy</Name> <ReasonType>Damaged</ReasonType> <ModifiedDate>2010-01-05T00:00:00+00:00</ModifiedDate> </Sales.SalesContact></NewDataSet>