Results 1 to 6 of 6

Thread: Silverlight 4 WCF returns NOT FOUND message when posting large data

  1. #1
    Join Date
    Mar 2010
    Posts
    53

    Silverlight 4 WCF returns NOT FOUND message when posting large data

    When I was posting large amount of data, at that time I have received and error message that there was an error at the time of deserialize the parameters. It was also give the InnerException message, that was asking of increasing quots related to that. For solving this issue I have also tried to change the web config file but no result can be seen. I want know why Silverlight 4 WCF returns NOT FOUND message when posting large data.

  2. #2
    Join Date
    Nov 2009
    Posts
    583

    Re: Silverlight 4 WCF returns NOT FOUND message when posting large data

    I think I am also facing similar problem, I am also getting similar error when I am sending a large byte array that is nearly of six megabyte. Over the wcf service this is configured through the CustomBiniding that is utilizing the binaryMessageEncoding. If I am trying to do this for small size file then there is no problem but when I am trying to do it for large file, then it starts to give error messages. Currently I am also searching for the solution.

  3. #3
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Silverlight 4 WCF returns NOT FOUND message when posting large data

    You are saying that there is no problem while sending small file, the problem occurs if you are trying to send large file then it will be better if fragment those large file in to smaller parts and then transmit one by one. I know this can be a temporary solution and cannot be used for permanent purpose. But I think that it will be better to have a temporary solution rather then having no solution.

  4. #4
    Join Date
    Mar 2010
    Posts
    53

    Re: Silverlight 4 WCF returns NOT FOUND message when posting large data

    Thanks for the reply; I was also thing of fragmenting the file in to smaller pieces for the purpose of transferring the files. Currently I am doing that only, I have fragmented the file in to small pieces and then transferring the files. But this taking a long time and lot of efforts on my side. It will be better to have a permanent solution for this problem.

  5. #5
    Join Date
    May 2008
    Posts
    2,297

    Re: Silverlight 4 WCF returns NOT FOUND message when posting large data

    Here is the simple snippet of code that can be useful for you solve the problem, the only thing you need to consider while using this Snippet of code is that, if you want you can change its variable.
    <binding name="LB" maxBufferSize="2036382636" maxReceivedMessageSize="2036382636" receiveTimeout="01:00:00" openTimeout="01:00:00" closeTimeout="01:00:00" sendTimeout="01:00:00">
    <readerQuotas mDp="2036382636" maxStringContentLength="2036382636" maxArrayLength="2036382636" maxBytesPerRead="2036382636" maxNameTableCharCount="2036382636" />
    </binding>

  6. #6
    Join Date
    Mar 2010
    Posts
    53

    Re: Silverlight 4 WCF returns NOT FOUND message when posting large data

    Thanks for the solution that you have given, I mean the snippet of code. I have use this code and it is really helpful for solving the problem while using this piece of code I have altered some of the variables as per my requirement and that’s all I have to resolve the issue. If anybody else is facing this issue then I will suggest you follow the same thing that I have done.

Similar Threads

  1. Replies: 2
    Last Post: 14-03-2012, 03:29 PM
  2. Replies: 6
    Last Post: 27-06-2011, 10:42 PM
  3. Replies: 5
    Last Post: 28-04-2011, 10:27 AM
  4. Replies: 4
    Last Post: 03-08-2010, 03:39 AM
  5. Silverlight error message
    By Yvonne York in forum Windows Update
    Replies: 5
    Last Post: 20-10-2008, 12:55 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,710,823,652.69484 seconds with 16 queries