Hello,
I'm currently using UltraDataSources in a memory-consuming application.
Whenever I try to use SaveAsBinary methods (structure+data) on UltraDataSources with lots of data, a OutOfMemoryException is raised.
Is there any way to serialize only parts of the UltraDataSource in order to avoid this kind of exception?
Thanks
Hi,
No, there's no way to do that - other than the obvious way of creating a copy of the UltraDataSource and populating it with a subset of the data and the saving the copy instead of the real thing.
That was my guess after seeking information about the UltraDataSource methods.
Will do it by myself.
Thx for fast reply anyway.