Tagged Questions

0
votes
2answers
17 views

WCF duplex channel gets closed when using callbacks

My WCF service uses netTcpBinding, and has a callback object. I need to service multiple concurrent clients, and mantain sessions, so the service is decorated with …
0
votes
4answers
82 views

WCF Maximum Message Size Quota

I'm trying to call a WCF service (hosted in a Windows Service, not IIS) and am getting the following error: The maximum message size quota for incoming messages has been exceeded for the …
0
votes
1answer
30 views

WCF client proxy initialization

I am consuming a WCF service and created its proxy using the VS 2008 service reference. I am looking for the best pattern to call WCF service method Should I create the client proxy instance every …
2
votes
2answers
258 views

WCF Callback channel faulted

Hi, I'm trying to implement a reconnect logic for a wcf client. I'm aware that you have to create a new channel after the current channel entered the faulted state. I did this in a channel faulted …
0
votes
3answers
69 views

Play single midi woodblock note on Java?

I'm planning to create my own metronome (woodblock instrument) using Java that could set its bpm, volume, etc. And I have tried over 16 channels (MIDI 1.0 specification) obtained from getChannels() …
3
votes
3answers
193 views

How can I tell if another app has registered an IPC Remoting channel?

So I have an application which has a .NET API available. Their API library communicates with their main application through .NET remoting calls. In order to use the API, the application must be up and …
1
vote
3answers
709 views

How to calculate the average rgb color values of a bitmap

In my C# (3.5) application I need to get the average color values for the red, green and blue channels of a bitmap. Preferably without using an external library. Can this be done? If so, how? Thanks …
0
votes
2answers
113 views

Retlang input prioritization

What is the preferred way, if any, to handle channel input in a prioritized fashion? Is there anything equivalent to Scala's "reactWithin(0) { ... case TIMEOUT }" construct?
2
votes
1answer
149 views

Recovering from a CommunicationObjectFaultedException in WCF

I have a client app that tries every 10 seconds to send a message over a WCF web service. This client app will be on a computer on board a ship, which we know will have spotty internet connectivity. …
0
votes
2answers
218 views

Antlr hidden channel whitespace problem

Hello, I have the following Antlr grammar: grammar MyGrammar; doc : intro planet; intro : 'hi'; planet : 'world'; MLCOMMENT : '/*' ( options {greedy=false;} : . )* '*/' { $channel = HIDDEN; …
0
votes
3answers
241 views

How can I check that a WCF host is available before I use a channel from a client?

I am creating a windows service that starts a number of slave processes. In each of these slave process I start listening on a named pipe for message from the master process. I currently have the …
0
votes
2answers
248 views

how to send an image file over network using socket channel

I have created server program which will send an image file to the client. My program works fine if the image is of 512 byte. But it does nit work fine for large file. In this case i am not getting …
1
vote
1answer
238 views

Flex Channel Security Error while logging into two different domains from single app

hi there i need to connect to two different domains from a single flex application. the problem is the domain other than the current hosted domain is unable to login. letz say i hosted the …
0
votes
1answer
265 views

How to send a file over a network using socket channel in java

I want to write a socket channel program using which I can send a file from the client program to the server program. I want to create this program using Java. Is there any other on-line help is …
0
votes
1answer
205 views

Does the VFW (Video For Windows) API support Alpha Channel Transparency?

Does the VFW (Video For Windows) API support Alpha Channel Transparency? I want to be able to export video with Alpha channel information. How can I do this in VC6?

1 2 next
15 30 50 per page