i developing web application using silverlight
5 , entity framework wcf ria services data oracle.
my load operation fails when trying load more 2000 records. how can large number of records in single load operation method call?
try changing setting in web.config called maxitemsinobjectgraph
set int.maxvalue.
i.e. <endpointbehaviors> <behavior> <datacontractserializer maxitemsinobjectgraph="2147483647"/> </behavior> </endpointbehaviors>
hope helps.
Comments
Post a Comment