Click here to Skip to main content
15,883,809 members
Home / Discussions / C#
   

C#

 
QuestionThe formatter threw an exception while trying to deserialize the message. The maximum array length quota (16384) has been exceeded Pin
Sanjeev99186-Nov-12 2:13
Sanjeev99186-Nov-12 2:13 
QuestionOutlook 2007-2010 Add-in Intercept Dial function in c# Pin
Cristian Capannini5-Nov-12 23:49
Cristian Capannini5-Nov-12 23:49 
AnswerRe: Outlook 2007-2010 Add-in Intercept Dial function in c# Pin
Simon_Whale5-Nov-12 23:55
Simon_Whale5-Nov-12 23:55 
GeneralRe: Outlook 2007-2010 Add-in Intercept Dial function in c# Pin
Cristian Capannini6-Nov-12 0:34
Cristian Capannini6-Nov-12 0:34 
AnswerNote for responders` Pin
Pete O'Hanlon6-Nov-12 0:38
mvePete O'Hanlon6-Nov-12 0:38 
QuestionMathematical Question Pin
Abrek Okur5-Nov-12 21:16
Abrek Okur5-Nov-12 21:16 
AnswerRe: Mathematical Question Pin
Sivaraman Dhamodharan5-Nov-12 21:38
Sivaraman Dhamodharan5-Nov-12 21:38 
AnswerRe: Mathematical Question Pin
Pete O'Hanlon5-Nov-12 22:06
mvePete O'Hanlon5-Nov-12 22:06 
The way to think of this is that you have to break this up into 100 equal "chunks". Another word for break here is divide, so you now know that you have to divide it up into 100 equal chunks. This leads to you having to divide 20000 into 100 equal chunks - so putting the symbol into the appropriate place, you end up with 20000 / 100.

*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

"Mind bleach! Send me mind bleach!" - Nagy Vilmos


CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

GeneralRe: Mathematical Question Pin
n.podbielski5-Nov-12 22:08
n.podbielski5-Nov-12 22:08 
GeneralRe: Mathematical Question Pin
Abrek Okur5-Nov-12 22:14
Abrek Okur5-Nov-12 22:14 
GeneralRe: Mathematical Question Pin
Pete O'Hanlon5-Nov-12 22:16
mvePete O'Hanlon5-Nov-12 22:16 
GeneralRe: Mathematical Question Pin
Abrek Okur5-Nov-12 22:27
Abrek Okur5-Nov-12 22:27 
GeneralRe: Mathematical Question Pin
Pete O'Hanlon5-Nov-12 22:36
mvePete O'Hanlon5-Nov-12 22:36 
AnswerRe: Mathematical Question Pin
Abrek Okur5-Nov-12 22:53
Abrek Okur5-Nov-12 22:53 
GeneralRe: Mathematical Question Pin
Pete O'Hanlon5-Nov-12 23:00
mvePete O'Hanlon5-Nov-12 23:00 
GeneralRe: Mathematical Question Pin
lukeer5-Nov-12 22:47
lukeer5-Nov-12 22:47 
GeneralRe: Mathematical Question Pin
Abrek Okur5-Nov-12 22:51
Abrek Okur5-Nov-12 22:51 
GeneralRe: Mathematical Question Pin
lukeer5-Nov-12 23:47
lukeer5-Nov-12 23:47 
QuestionRe: Mathematical Question Pin
n.podbielski5-Nov-12 22:06
n.podbielski5-Nov-12 22:06 
AnswerRe: Mathematical Question Pin
Pete O'Hanlon5-Nov-12 22:13
mvePete O'Hanlon5-Nov-12 22:13 
GeneralRe: Mathematical Question Pin
Abrek Okur5-Nov-12 22:15
Abrek Okur5-Nov-12 22:15 
GeneralRe: Mathematical Question Pin
Pete O'Hanlon5-Nov-12 22:17
mvePete O'Hanlon5-Nov-12 22:17 
GeneralRe: Mathematical Question Pin
n.podbielski5-Nov-12 22:43
n.podbielski5-Nov-12 22:43 
AnswerRe: Mathematical Question Pin
Ingo6-Nov-12 4:56
Ingo6-Nov-12 4:56 
QuestionAssigning Variables in C# for ORACLE Pin
KingJames065-Nov-12 19:52
KingJames065-Nov-12 19:52 

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.