B
Barry
Hi
I have the following code
dsOrdersTableAdapters.OrdersTableAdapter ota = new
MyNamespace.dsOrdersTableAdapters.OrdersTableAdapter();
conn.Open();
ota.Connection = conn;
ota.Insert(1, " " , 1); // The number is fields is over 70
I get the following error at the ota.Insert(???) point
"Cannot evaluate expression because a thread is stopped at a point where
garbage collection is impossible, possibly because the code is optimized."
Does anyone know how to solve this problem
TIA
Barry
I have the following code
dsOrdersTableAdapters.OrdersTableAdapter ota = new
MyNamespace.dsOrdersTableAdapters.OrdersTableAdapter();
conn.Open();
ota.Connection = conn;
ota.Insert(1, " " , 1); // The number is fields is over 70
I get the following error at the ota.Insert(???) point
"Cannot evaluate expression because a thread is stopped at a point where
garbage collection is impossible, possibly because the code is optimized."
Does anyone know how to solve this problem
TIA
Barry