Hi all,
The DataSet.Merge method is hanging on me. By this I mean the method does
not return and CPU utilization kicks up to 100%. One dataset is created
when the form is created. The dataset being merged is created by one of my
business objects that performs a search and returns the results as a
dataset. This *was* working when I was simply navigating directly from one
form to another. I now have a navigation system in place where one
Controller class takes context and action objects and navigates to the new
form.
The only thing I can think of is that this is a threading issue. I tried
using the Form's Invoke method, but had the same result. The merge does not
take place on a background thread.
Any help would be appreciated.
Cole Shelton
Interworks, Inc
|