This error is occuring while adding one datatable from a dataset to another .\"DataTable already belongs to another DataSet.\"
dsformulaValues.Tables.Add(m_D
I guess this means the DataTable belongs to another DataSet...
You can serialze the DataTable to XML, then deserialize it into your target DataSet.