> You really did not really provide enough information to form a possible
> reason for the exceptions.
[quoted text clipped - 3 lines]
> Is it a specific type of exception or just the general Exception class?
> What is the message from the exception?
I can't see exception it is probably handled somewhere in the framework.
The only place where I see that there are lot of exceptions is in the
.Net Performance Counters.
> You said that changing the filter causes the exception. You really change
> the filter several thousand times per hour?
I got 2 exceptions per filter change, and there are situations when
single click changes 3,4 or more dataview filters. I have clients
working working on the on line system and they like to have all
informations on the screen.
> Are new rows being added to the DataTable? (I have found that the DataTable
> is not a very high performance object. When I constantly add hundreds of
> rows per second to the table I start getting IndexOutOfBounds exceptions
> from within the NewRow method of the DataTable.)
I experience similar problems while adding rows to the table, but in
this situation I'm not adding rows just filtering.