Linked Questions

2 votes
2 answers
19k views

I have dig all around the net for two days about it, and I can't make my asp.net web site to upload files bigger then 16Kb I'm using fileUploader,wcf, and I have service reference in the client. when ...
Rinacom's user avatar
  • 41
1 vote
1 answer
2k views

To make a long story short: Making a web application Each user profile contains exactly one profile image, which is stored in the database The bottom layer uses ADO.NET entity framework for data ...
Arve Systad's user avatar
  • 5,529
4 votes
2 answers
1k views

I have a method like this: var stringReader = new StringReader(ruleSetXmlDefinition); var reader = XmlReader.Create(stringReader); var serializer = new WorkflowMarkupSerializer(); return serializer....
David Ward's user avatar
  • 3,839
1 vote
1 answer
2k views

I have one DataContract in the WCF service.In that it has one Array and i am setting that array in the Client code. If I set the array to more than 1000 thousand its throwing up an error saying ...
realn's user avatar
  • 1,742
0 votes
1 answer
2k views

I don't expect anyone to be able to help out with this but let's give it a go. I have a WinForms app that uses a WCF service to pull down a rather large JSON document serialised into a string. I have ...
bert's user avatar
  • 680
0 votes
1 answer
1k views

I am trying to send a byte[] from a client to a web service. The array is composed of a serialized XML file. My test scenario works (with a very small byte[]). Here is the code: FormsService....
badpanda's user avatar
  • 2,454
0 votes
1 answer
1k views

This is a followup to my previous question, which got solved (thank you for that) but now I am stuck at another error. I'm trying to save an image in my database (called 'Afbeelding'), for that I ...
Schoof's user avatar
  • 2,875
0 votes
1 answer
866 views

I have a WinForms client application. I have the WCF server running on another computer as a part of a Windows Service that I wrote. I first tried NetPipeBinding and now NetTcpBinding. I did open up 2 ...
Sarah Weinberger's user avatar
0 votes
2 answers
1k views

i've looked to a lot of solutions to resolve my problem but i didn't found anything good for me. my problem is simple: i can't send a long array of bytes through the webservice. I can send an array ...
zizzi's user avatar
  • 11
1 vote
1 answer
786 views

Using Visual Studio 2010 and .NET framework 4.0 I have built a simple HelloWorld WCF service that is AJAX enabled based on the sample here: http://msdn.microsoft.com/en-us/library/bb924552.asp ...
Carl Onager's user avatar
  • 4,133
1 vote
1 answer
489 views

I am seeing a problem where I send large messages over wcf net.msmq using protobuf-net and get the following error: The formatter threw an exception while trying to deserialize the message: Error in ...
fatweasel's user avatar
0 votes
1 answer
410 views

I am trying to pass large byte array to wcf service from windows phone application. I have tried all possible way's to pass large byte array but I couldn't pass it. Here is my web.config <system....
user avatar
0 votes
2 answers
218 views

I am sending and receiving large arrays of objects to and from a WCF service. I am splitting the array into chunks and sending those, so that each call is not too large. The code looks something like ...
TMVector's user avatar
0 votes
1 answer
59 views

I have created a simple empty asp.net website and added wcf service to insert image to a database. and i am getting the error of max array quota. i changed my client config file and up the limit of ...
Sahil Manchanda's user avatar