maxstringcontentlength
Sending object to WCF service. MaxStringContentLength (8192 bytes) exceeded when deserializing
I created a simple WCF web service that has one method: SubmitTicket(flightticket ft, string username, string password)[详细]
2023-03-28 06:30 分类:问答WCF: maxStringContentLength always set to 8192
I need to change the maxStringContentLength to a value larger than 8192 but have not been successful in doing it. My WCF service will generate an exception if the amount of data it receives is greater[详细]
2023-03-27 23:44 分类:问答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:[详细]
2023-03-16 19:48 分类:问答WCF bindingConfiguration Issue
I\'m getting the maxStringCount is exceeded error, and have read a ton on fixing the issue (that is, if you\'re using http bindings).[详细]
2023-03-16 09:32 分类:问答Specifying a WCF binding when using ServiceRoute
I am currently registering a WCF service using the following code: var factory = new DefaultServiceHostFactory();[详细]
2023-02-12 15:09 分类:问答WP7: Error Serializing String in WebService call
I receive this error when I try to send things to a Webservice with WP7. The formatter threw an exception while trying to deserialize the message: Error in deserializing body of request message for[详细]
2023-02-12 13:12 分类:问答WCF MaxStringContentLength is never updated!
Coders, This problem is driving me crazy!! I have been doing extensive research for the last 2 days and I have no idea what is going on.[详细]
2023-02-05 18:54 分类:问答InputFile.PostedFile.ContentLength Units of measurement
Please can you tell me the units measured by InputFile.PostedFile.ContentLength . I need to make sure the file开发者_StackOverflow社区 is less than 500k.[详细]
2023-01-16 02:14 分类:问答Error calling a WCF REST service using JSON. length quota (8192) exceeded
I’m having a WCF REST service hosted in IIS using .NET 4 RC. The POST calls to the service are serialized using JSON. Everything works fine until the size of one of the DataMember (string) is longer[详细]
2022-12-19 21:58 分类:问答