Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The request channel timed out while waiting for a reply after 00:00:59.9844002. Getting this error

Tags:

wcf

The request channel timed out while waiting for a reply after 00:00:59.9844002. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.

Any help is much appreciated! Thanks!

like image 975
Nidhi Rajput Avatar asked Oct 24 '25 18:10

Nidhi Rajput


1 Answers

I had same problem, i edited both my App.config and Web.config and nothing. Then i just tried this:

this.clientWCF.InnerChannel.OperationTimeout = new TimeSpan(0, 15, 0);

And it works!!! Problem solved. Hope this helps you or others in the same predicament. Regards.

like image 113
Jhollman Avatar answered Oct 26 '25 23:10

Jhollman



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!