"The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error."

Last post 07-05-2009 7:29 PM by johnwsaunders3. 1 replies.

Sort Posts:

  • "The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error."

    07-01-2009, 4:54 AM

    I 'am getting the following error while accessing the WCF service from the windows service.

    "The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error."

    In this i am trying to send huge(10 MB)data from windows service to the Web service.For lesser records all things work fine but for large data it gives above error.

    What are the config changes do i need to make?

    Ramesh Devadkar
    Dotnet Developer

    Dont forget to click “Mark as Answer” on the post that helped you.
    This credits that member, earns you a point and mark your thread as Resolved for the sake of Future Readers
  • Re: "The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error."

    07-05-2009, 7:29 PM
    Answer

    Please check the event log on the server at around the time of the error. You might also turn on WCF tracing on the server to see if there were errors on the server.

    After all, the message says that the server did not provide a meaningful reply, so you should ask the server.

    John Saunders
Page 1 of 1 (2 items)