G
Guest
Parts of our application perform poorly on machines that have the .Net 1.1
SP1 applied. Turns out it is due to the DataView ListChanged event handler
being called even though BeginEdit was called.
I have a stand alone test program that demonstrates the issue, it runs about
7x slower after the SP1 is applied.
Are there any workarounds or fixes?
(I can post the test program if that is necessary, my guess is this is a
known issue).
--Russ
SP1 applied. Turns out it is due to the DataView ListChanged event handler
being called even though BeginEdit was called.
I have a stand alone test program that demonstrates the issue, it runs about
7x slower after the SP1 is applied.
Are there any workarounds or fixes?
(I can post the test program if that is necessary, my guess is this is a
known issue).
--Russ