Click here to Skip to main content
15,891,951 members

Comments by bilal _hassan (Top 12 by date)

bilal _hassan 12-Dec-14 6:20am View    
Thanks alot Raul Iloc....
Setting of (maxReceivedMessageSize="2147483647") solved my issue... thanks again.
bilal _hassan 10-Dec-14 23:27pm View    
Out param is also not working. I have tried this. It raise same issue.
i have set maxArrayLength="2147483647" and all other properties on this same value. plz have a look:

binding
maxbuffersize="2147483647" maxbufferpoolsize="2147483647" maxreceivedmessagesize="2147483647"
readerquotas
maxdepth="2147483647" maxstringcontentlength="2147483647" maxarraylength="2147483647" maxbytesperread="2147483647" maxnametablecharcount="2147483647"
readerquotas
binding

still no good news. :(
bilal _hassan 10-Dec-14 4:42am View    
Thanks Raul Iloc

Actually there is no problem when class object is returned without Byte[] of Images but as i try to send Byte[] in any form like(Base64, compressed with GZipStream, Xml String, in Dictionay<t>) it raised exception.

Secondly i want a permanent solution for this as i am retrieving persons detail on search bases so it can be one to many records returned.

and one unbelievable thing is that: While sending same object with two imges byte arrays it do not create issue. thats strange for me.
bilal _hassan 9-Dec-14 5:53am View    
Thanks Andy

I am just working on it. :)
bilal _hassan 9-Dec-14 5:52am View    
Dear TheRealSteveJudge

I have tried to transfer List<t> but there are two issues.
1) Generic.List<t> do no publish to client. So it cant be accessible from client nor transferable directly.
2) I have used Dictionary<t> control but problem remains of Size Limit.
Anyway Thanks... :)