It seems that you are trying to add a table that is the same with a table you already have in the DataSet.
Could you post your code for adding the column in the dataset?
Are you sure that you don't have another table named "TestTable" in your dataset when you are adding it? Are you sure that the method containing this code is not called twice with the same dataset, duplicating thus the table "TestTable"?
And if not, can you tell the exact 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.