Click here to Skip to main content
15,881,248 members
Home / Discussions / C#
   

C#

 
GeneralRe: porting from XNA to MonoGame Pin
paulrm13-Oct-14 12:44
paulrm13-Oct-14 12:44 
AnswerRe: porting from XNA to MonoGame Pin
paulrm13-Oct-14 13:59
paulrm13-Oct-14 13:59 
QuestionHow to embed a video in my c# based dot net website which should be compatible in all browsers especially chrome. Pin
Member 1107698013-Oct-14 1:18
Member 1107698013-Oct-14 1:18 
AnswerRe: How to embed a video in my c# based dot net website which should be compatible in all browsers especially chrome. Pin
Pete O'Hanlon13-Oct-14 3:03
mvePete O'Hanlon13-Oct-14 3:03 
QuestionAutomation for WPF application with using Coded UI tool Pin
Member 1114888912-Oct-14 23:04
Member 1114888912-Oct-14 23:04 
AnswerRe: Automation for WPF application with using Coded UI tool Pin
Pete O'Hanlon13-Oct-14 0:08
mvePete O'Hanlon13-Oct-14 0:08 
Questionmovable combobox in datagridview in C# windows application Pin
ranjeet1112-Oct-14 21:51
ranjeet1112-Oct-14 21:51 
QuestionAccessing WCF from Excel/VBA Pin
devvvy12-Oct-14 5:19
devvvy12-Oct-14 5:19 
I'm accessing WCF via Excel VBA using WCF Service Moniker[^].
Despite issues with https, non-intrinsic types (enum, Dictionary)...etc which all resolved (well, *avoided* by not using these, not resolved), I still face one obstacle - while invoking operations and sending to WCF interface with data of appreciable length OK (by setting Binding.ReaderQuotas.MaxStringContentLength to a big number on server side), unfortunately: retrieving data > 8192 characters from WCF interface seems like a show stopper. You can't configure proxy on Excel/VBA side to override ReaderQuota.

"The maximum string content length quota (8192) has been exceeded while reading XML data. This quota may be increased by changing the MaxStringContentLength property on the XmlDictionaryReaderQuotas object used when creating the XML reader..."

It appears to properly consume WCF from Excel/VBA, you'd need do this thru calling dotnet dll from Excel/VBA[^]. But even this strategy is unproven... for example, your dll not going to have config where you can specify endpoint ReaderQuota overrides. There's a little article on this though[^]

I Googled around no joy. Any help/suggestion? Thanks!
dev


modified 12-Oct-14 11:56am.

QuestionRe: Accessing WCF from Excel/VBA Pin
Richard MacCutchan12-Oct-14 8:57
mveRichard MacCutchan12-Oct-14 8:57 
AnswerRe: Accessing WCF from Excel/VBA Pin
CHill6012-Oct-14 9:11
mveCHill6012-Oct-14 9:11 
AnswerRe: Accessing WCF from Excel/VBA Pin
devvvy14-Oct-14 8:04
devvvy14-Oct-14 8:04 
AnswerRe: Accessing WCF from Excel/VBA Pin
Mycroft Holmes12-Oct-14 12:46
professionalMycroft Holmes12-Oct-14 12:46 
GeneralRe: Accessing WCF from Excel/VBA Pin
devvvy13-Oct-14 9:29
devvvy13-Oct-14 9:29 
GeneralRe: Accessing WCF from Excel/VBA Pin
Mycroft Holmes13-Oct-14 12:28
professionalMycroft Holmes13-Oct-14 12:28 
GeneralRe: Accessing WCF from Excel/VBA Pin
devvvy14-Oct-14 8:05
devvvy14-Oct-14 8:05 
Questionhow to delete a member of list<class> (list is Generic), by clicking button in form. Pin
cicill12-Oct-14 4:42
cicill12-Oct-14 4:42 
AnswerRe: how to delete a member of list<class> (list is Generic), by clicking button in form. Pin
BillWoodruff12-Oct-14 5:21
professionalBillWoodruff12-Oct-14 5:21 
QuestionHow to get the license key from here? Pin
Jassim Rahma11-Oct-14 10:11
Jassim Rahma11-Oct-14 10:11 
AnswerRe: How to get the license key from here? Pin
Garth J Lancaster11-Oct-14 13:11
professionalGarth J Lancaster11-Oct-14 13:11 
Questionmultiple Update query after Filter in datagridview Pin
AsthreA11-Oct-14 4:42
AsthreA11-Oct-14 4:42 
AnswerRe: multiple Update query after Filter in datagridview Pin
Richard Deeming13-Oct-14 2:21
mveRichard Deeming13-Oct-14 2:21 
Questioncreate Web browser in C# without using web browser control Pin
Member 1114079710-Oct-14 9:44
Member 1114079710-Oct-14 9:44 
AnswerRe: create Web browser in C# without using web browser control Pin
Eddy Vluggen10-Oct-14 9:46
professionalEddy Vluggen10-Oct-14 9:46 
AnswerRe: create Web browser in C# without using web browser control Pin
Pete O'Hanlon10-Oct-14 9:56
mvePete O'Hanlon10-Oct-14 9:56 
Questionhi friends Pin
Member 111430869-Oct-14 22:52
Member 111430869-Oct-14 22: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.