When I pass a list of objects out of my silverlight app using WCF everything works fine until the List grows too big. It seems that when I exceed 80 items I get the error: T
In server side, change the config file to make the service can accept large message.
Add a basicHttpBinding configuration in section:
basicHttpBinding
.......
Add the configuration to the service binding.