Hi
I used try-catch block and problem is in line:
dtTmp.Rows.Add(drPath);
I don't know why. I use DataTable.NewRow() method to create new disassociated datarow.
Anyway I fixed this problem by using Datatable.Rows.Add(obejct[]) method.
Arkadow
Hi!
First - be patient my english isn't good ;)
I've got problem in code listed below... While compilation there's no errors, but while execution JITter throw Argument Exception: This row already belongs to another table.
Please look at this code (I marked line where the exception occurs)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.