Questions tagged [maxstringcontentlength]
20 questions
0
votes
2 answers
WCF MaxStringContentLength
I've maxed out my maxStringContentLength when passing arguments from WCF to WCF.
No biggie, I'll just up the value. But I have a question before I do:
Is that default 8192 size in bits, bytes, characters, words or what?!?!
I've been here…
user724198
0
votes
4 answers
Dynamic String Size
I am trying to decode a base64 encoded string.
I wrote the following piece of code for that:
String bytesEncoded = "rO0ABXNyADZ6YS5jby5zYi5wYXltZW50cy50by5pbnN0cnVjdGlvbi5CYXRjaEZpbGVVcGxvYWRD"
+…

MitSM
- 21
- 11
0
votes
0 answers
String length limit
I'm doing an app for Android using Java and Eclipse. I did some research and apparently there is no limit in Java for how long the strings can be.
So, I set up my database with a single string containing some 40000-50000 characters and it worked…

Tomas F.
- 318
- 3
- 14
0
votes
2 answers
ASP.NET hosting WCF Services, needs to increase MaxStringContentLength, but how?
My ASP.NET server is providing a set of WCF services which are consumed by my WPF client. Everything was working just fine until the length of a string field exceeded 8K. This now generates the following exception on the ASP.NET server...
There was…

Phil Wright
- 22,580
- 14
- 83
- 137
0
votes
0 answers
MaxStringContentLength maximum size
I am getting this message when I tried to pass a largestring on my webservice.
"The formatter threw an exception while trying to deserialize the message: Error in deserializing body of request message for operation 'SetPropertyValue'. The maximum…

user1051434
- 167
- 1
- 5
- 17