blah blah blah is here! blah blah » Close

0
votes
0 answers

How to Update a TextBox (in WPF) From a WCF Service?

I understand that to update a control from a non-GUI thread, I need to do some kind of thread-marshal that data from a worker thread to the UI thread, so as to avoid any deadlock. But I am not sure in detail how to do it. I am able to sh ...

0
votes
0 answers

asp sessions to wcf

muster
1556

Hello all. Back again with a question :) I have a silverlight application that uses wcf service. This application is shown from a link in an existing project of asp.net web application type. There is a userid session found in the project ...

0
votes
1 answers

Error in web service, message size quota of 65536 has been exceeded

Rick_A
761

I am getting this error in my asp.net webservice on the web side (client): [b]The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropria ...

1
votes
0 answers

WCF library hosted by a Windows Service

My program consists of a Windows Forms app, a WCF Library and a Windows Service. The Windows Service is hosting the WCF Library. In Debug mode everything seems to be fine. The WCF Library is working (reading from the communication ports and ...

Feedback