R
roger_27
I'm developing a windows service that has a timer (System.Timer.Timer) and
adds some data to a database, and exports it all to a dataset, which is then
written as XML.
everything works great, except for when it gets to the .fill method in the
dataset, then it just hangs. it sits there. nothing happens. I've had it sit
there 15 minutes and no response from the service. I know that this is a
large dataset (20,000- 100,000 rows) but this exact identical code works fine
in a winform environment. anyone have any ideas?
adds some data to a database, and exports it all to a dataset, which is then
written as XML.
everything works great, except for when it gets to the .fill method in the
dataset, then it just hangs. it sits there. nothing happens. I've had it sit
there 15 minutes and no response from the service. I know that this is a
large dataset (20,000- 100,000 rows) but this exact identical code works fine
in a winform environment. anyone have any ideas?