I'm using CSLA 4.2.0.0 in a 3-tier environment. I'm getting timeout messages from WCF when I try to return large ReadOnly list. Any list under 24,000 works fine. If the list is greater I get a timeout message. The weird thing about this issue is if the count is around 24,000 it takes about 3 minutes to run. If the count is greater a timeout message is returned is less than a minute.
Any direction on is issue would be greatly appreciated.
You might want to use paged loading. There is a sample that shows this in the samples download.
Thanks for the suggestion. I will take a look.
Copyright (c) Marimer LLC