How do I fix the error “Child list for field cannot be created” in VB .net

Question : How do I fix the error “Child list for field cannot be created” in VB  .net

I am getting the following error “Child list for field ancillaries_u cannot be created” in VB .net.  I have created a datagrid, updated it and refreshed the datasource and grid.  When I go back to the grid and double-click again, I get the error.


 

Solution : How do I fix the error “Child list for field cannot be created” in VB  .net

From my recollection, that is usually a problem with a code artifact that is pointing to a table that no longer exists in a typed DataSet.