Refer to the following URL http://support.microsoft.com/default.aspx?scid=kb;en-us;325696
We are actually using Visual Studio to process XML data and it gives the above error, which says that it is a limitation of ADO.NET in dealing with a table which is child of more than one parent
Miha is right though, you can have the relation. This is a problem with the
designer not with ADO.NET. If you need to do it, you can just create the
dataRelations on your own. I'll forewarn you that w/ Databindings it's not
much fun, but you can still use it for many things. IF you need the visual
tools in the designer, I don't think there's a fix for it.
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.