You must Sign In to post a response.
  • Category: WCF

    we getting one error in my client location and we are not able to reproduce this error

    Hi all,
    I am working wcf application,for this we have two applications are there,
    DevelopmentApp,ClientApplication,
    but we getting one error in my client location and we are
    not able to reproduce this error,
    "TimeOut error Occured,Details:the request channel timedout while waiting for
    reply after 00:00:59.9394322,increse the timeout value passed to the call to request
    or increase the sendtimeout value on the Binding"
    can any one help me pls
  • #754545
    Hi,

    If you get timeout error some where you are setting the time limit for execution plan, may be your application may run more than that time that is the issue. Check it in dev environment and as well as live environment and compare both the settings and check the development data and live data try to get live data to development and run the application in development. Whether it's throwing the same error, then perform optimization techniques through out the query as well as code also.

    Hope this will helpful to you..

    --------------------------------------------------------------------------------
    Give respect to your work, Instead of trying to impress your boss.

    N@veen
    Blog : http://naveens-dotnet.blogspot.in/

  • #754590
    Some task is either stuck in between or running in an infinite loop.

    The time out error only occurs if the task is not completed in the specified timer, thus there wll not be any response to the service.

    You need to check that all the methods are giving result in proper time.

    Thanks & Regards
    Anil Kumar Pandey
    Microsoft MVP, DNS MVM


  • Sign In to post your comments