wcf - Silverlight receives remote server returned an error Not Found, and the service continues to run and ends perfectly -
i have silverlight application, when call wcf service takes longer 2 minutes, error "remote server returned error not found", execution continues on server, ends perfectly. know that, because of results in database tables , because email @ end of run.
in client:
cliente.innerchannel.operationtimeout = new timespan(1, 0, 0);
in server
<binding name="mybasichttpbinding" closetimeout="02:30:00" opentimeout="02:30:00" receivetimeout="02:30:00" sendtimeout="02:30:00" maxbufferpoolsize="2147483647" maxreceivedmessagesize="2147483647" maxbuffersize="2147483647">
if execution takes less 2 minutes, got return. tested loop expected 2 minutes , return, worked perfectly. increasing loop time 3 minutes same error: "remote server returned error not found".
please check url return exception form wcf silverlight:
Comments
Post a Comment