Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a Class object which contains a byte array as property in it. This class is a Data Contract to my REST service. The byte array property will take any document whose Max Size is limited to 500MB. When I was trying to consume this service and serializing the object I am getting the Memory Out of exception error. Please find the below image


http://i.stack.imgur.com/NNsoO.jpg[^]
Posted
Comments
Sergey Alexandrovich Kryukov 7-Jul-14 2:53am    
What's the use of showing this picture if you did not provide any code sample to reproduce the problem? And showing of such a picture is really bad, because you could easily paste the text.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900