Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Arkadow

    ArgumentException - help me...

    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
  2. Arkadow

    ArgumentException - help me...

    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)...

Part and Inventory Search

Back
Top