I published a Silverlight application with WCF RIA service to my local host on Windows 10 (IIS7).
The application is working just fine.
When opening a specific screen, I get this error:
Load operation failed for query 'QueryName ' - the remote server returned an error: not found
I have made a lot of searches. I am pretty sure that the problem because the size of information retrieved from the query. I have increased the default size of the IIS, and I have used this field in the web.config file:
maxItemsInObjectGraph = "2147483647"
But the error still appears.
Can anyone suggest how to solve this problem?