Click here to Skip to main content
15,921,113 members
Home / Discussions / C#
   

C#

 
GeneralRe: windows form Pin
Ajay.k_Singh9-Dec-07 23:39
Ajay.k_Singh9-Dec-07 23:39 
Generalapplication start error Pin
arkiboys9-Dec-07 21:26
arkiboys9-Dec-07 21:26 
GeneralRe: application start error Pin
Michael Sync9-Dec-07 22:17
Michael Sync9-Dec-07 22:17 
GeneralCreate Aspx page on the fly Pin
sarangpani9-Dec-07 18:46
sarangpani9-Dec-07 18:46 
GeneralRe: Create Aspx page on the fly Pin
Christian Graus9-Dec-07 18:52
protectorChristian Graus9-Dec-07 18:52 
GeneralRe: Create Aspx page on the fly Pin
N a v a n e e t h9-Dec-07 19:21
N a v a n e e t h9-Dec-07 19:21 
QuestionBeginner programming question? Pin
cmh6239-Dec-07 17:50
cmh6239-Dec-07 17:50 
AnswerRe: Beginner programming question? Pin
CKnig9-Dec-07 18:32
CKnig9-Dec-07 18:32 
GeneralRe: Beginner programming question? Pin
cmh6239-Dec-07 18:40
cmh6239-Dec-07 18:40 
GeneralWhy am I getting this error "Attempted to read or write protected memory....."? [modified] Pin
Khoramdin9-Dec-07 17:01
Khoramdin9-Dec-07 17:01 
GeneralRe: Why am I getting this error "Attempted to read or write protected memory....."? Pin
Sathesh Sakthivel9-Dec-07 17:08
Sathesh Sakthivel9-Dec-07 17:08 
GeneralRe: Why am I getting this error "Attempted to read or write protected memory....."? Pin
N a v a n e e t h9-Dec-07 20:18
N a v a n e e t h9-Dec-07 20:18 
General[Message Deleted] Pin
cmh6239-Dec-07 16:58
cmh6239-Dec-07 16:58 
GeneralRe: Beginner programming question? Please help! Pin
Christian Graus9-Dec-07 17:14
protectorChristian Graus9-Dec-07 17:14 
QuestionSending large Data over WCF Pin
PavanPT9-Dec-07 15:48
PavanPT9-Dec-07 15:48 
GeneralRe: Sending large Data over WCF Pin
Bob Nadler9-Dec-07 16:36
Bob Nadler9-Dec-07 16:36 
My experience is that you have to set maxReceivedMessageSize and maxArrayLength to be at least your maximum buffer size. If these are smaller than the actual send length the connection gets reset (I don't have the exact error message handy). I only specify these on the client side, but I don't think having them on the server side will hurt anything.

Using native data types (e.g. byte[]) vs. wrapping in a DataContract shouldn't make any difference.

I hope that helps.
Bob


GeneralRe: Sending large Data over WCF Pin
PavanPT9-Dec-07 17:01
PavanPT9-Dec-07 17:01 
QuestionHow to set Expiry Date to .ppt/.pptx files [modified] Pin
sachinkalse9-Dec-07 14:34
sachinkalse9-Dec-07 14:34 
GeneralRe: How to set Expiry Date to .ppt/.pptx files Pin
Paul Conrad15-Dec-07 9:06
professionalPaul Conrad15-Dec-07 9:06 
QuestionWhere does the webbrowser keep images? Pin
aj.esler9-Dec-07 12:53
aj.esler9-Dec-07 12:53 
GeneralRe: Where does the webbrowser keep images? Pin
Christian Graus9-Dec-07 13:19
protectorChristian Graus9-Dec-07 13:19 
GeneralRe: Where does the webbrowser keep images? Pin
aj.esler9-Dec-07 13:47
aj.esler9-Dec-07 13:47 
GeneralRe: Where does the webbrowser keep images? Pin
Christian Graus9-Dec-07 13:49
protectorChristian Graus9-Dec-07 13:49 
AnswerRe: Where does the webbrowser keep images? Pin
aj.esler10-Dec-07 0:30
aj.esler10-Dec-07 0:30 
QuestionDatabase learning basics Pin
kingletas9-Dec-07 12:15
kingletas9-Dec-07 12:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.