NullReferenceException with Datatable.Clone()

C

C. Vollmer

Hi,

I get a NullReferenceException when I try Datatable.Clone(). The
Datatable is in a Dataset with many other Datatables. Anybody had the
same problem? Dataset.Clone() does work on the parent dataset.
Thanks,
Christoph
 
C

C. Vollmer

Hmm, seems to be a problem with my relations. The table has columns
which redirect to a parent table, so it seems to be impossible to clone
the schema of the table without the parent table. Or other ideas?

Christoph
 
I

Ilya Tumanov [MS]

Christoph,

This seems logical to me.

However, to be sure could you please try the same operation on the desktop
and let me know if it works the same way. Thanks.

Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
 

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