Click here to Skip to main content
15,911,646 members
Home / Discussions / C#
   

C#

 
AnswerRe: Using same class name from different assembly Pin
minnie mouse6-Nov-12 9:39
minnie mouse6-Nov-12 9:39 
GeneralRe: Using same class name from different assembly Pin
PozzaVecia6-Nov-12 18:23
PozzaVecia6-Nov-12 18:23 
Questiondictionnaire de synonyme et antonyme dans base de donnnée Pin
MOR896-Nov-12 6:55
MOR896-Nov-12 6:55 
AnswerRe: dictionnaire de synonyme et antonyme dans base de donnnée Pin
Richard MacCutchan6-Nov-12 7:25
mveRichard MacCutchan6-Nov-12 7:25 
AnswerRe: dictionnaire de synonyme et antonyme dans base de donnnée Pin
Bernhard Hiller6-Nov-12 21:00
Bernhard Hiller6-Nov-12 21:00 
Questionlecture du langue arabe dans textbox c# Pin
MOR896-Nov-12 6:52
MOR896-Nov-12 6:52 
SuggestionRe: lecture du langue arabe dans textbox c# Pin
Ingo6-Nov-12 7:04
Ingo6-Nov-12 7:04 
AnswerRe: lecture du langue arabe dans textbox c# Pin
Eddy Vluggen6-Nov-12 9:00
professionalEddy Vluggen6-Nov-12 9:00 
Questionhow to make languge Pin
erdinc356-Nov-12 4:11
erdinc356-Nov-12 4:11 
AnswerRe: how to make languge Pin
Pete O'Hanlon6-Nov-12 5:03
mvePete O'Hanlon6-Nov-12 5:03 
GeneralRe: how to make languge Pin
erdinc356-Nov-12 5:11
erdinc356-Nov-12 5:11 
GeneralRe: how to make languge Pin
Pete O'Hanlon6-Nov-12 5:17
mvePete O'Hanlon6-Nov-12 5:17 
AnswerRe: how to make languge Pin
JasonMacD6-Nov-12 5:19
JasonMacD6-Nov-12 5:19 
GeneralRe: how to make languge Pin
JasonMacD6-Nov-12 5:20
JasonMacD6-Nov-12 5:20 
Questionplease help me its urgent Pin
gaushiya6-Nov-12 2:46
gaushiya6-Nov-12 2:46 
AnswerRe: please help me its urgent Pin
Pete O'Hanlon6-Nov-12 2:54
mvePete O'Hanlon6-Nov-12 2:54 
AnswerRe: please help me its urgent Pin
Richard MacCutchan6-Nov-12 2:55
mveRichard MacCutchan6-Nov-12 2:55 
GeneralRe: please help me its urgent Pin
gaushiya6-Nov-12 3:26
gaushiya6-Nov-12 3:26 
GeneralRe: please help me its urgent Pin
Richard MacCutchan6-Nov-12 3:39
mveRichard MacCutchan6-Nov-12 3:39 
AnswerRe: please help me its urgent Pin
J4amieC6-Nov-12 5:53
J4amieC6-Nov-12 5:53 
JokeRe: please help me its urgent Pin
Paul Conrad6-Nov-12 7:55
professionalPaul Conrad6-Nov-12 7:55 
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 
i'm using wcf service in windows application form

I'm using this code in web.config and app.config but still i'm getting error




openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard"
maxBufferSize="2147483647" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647"
messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
useDefaultWebProxy="true">

maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />


realm="" />






Here is the error


The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter http://tempuri.org/:mail. The InnerException message was 'There was an error deserializing the object of type OutlookService.UserMail. The maximum array length quota (16384) has been exceeded while reading XML data. This quota may be increased by changing the MaxArrayLength property on the XmlDictionaryReaderQuotas object used when creating the XML reader. Line 1, position 43258.'.

Please help me
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 

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.