Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
3answers
2k views

How to handle WCF exceptions (consolidated list with code)

I'm attempting to extend this answer on SO to make a WCF client retry on transient network failures and handle other situations that require a retry such as authentication expiration. Question: What ...
10
votes
4answers
3k views

Seeking WCF Duplex “TwoWay” Subscribe+Callback Example

Renewing the bounty AGAIN because I really need to know how to get this to work, or a definitive answer about why it won't. I've added an alternative explanation of the problem here. Having a hell ...
9
votes
2answers
5k views

Detecting Client Death in WCF Duplex Contracts

I'm trying to build a SOA where clients can perform long running queries on the server and the server responds using a callback. I'd like to be able to detect if the client disconnects (through user ...
7
votes
5answers
2k views

WCF Duplex Callback Sample failing

In an effort to hone some example services to be used as reference for our internal scenarios, I've created this WCF Duplex Channel example, pulling together several examples found through the years. ...
7
votes
4answers
2k views

How do I automatically re-establish a duplex channel if it gets faulted?

I'm developing a client/server application in .Net 3.5 using WCF. Basically, a long running client service (on several machines) establish a duplex connection to the server over a netTcpBinding. The ...
6
votes
2answers
483 views

Handling dropped clients in a duplex binding WCF application

We are using a pub-sub model in our WCF application that pretty much follows the Microsoft sample: Design Patterns: List-Based Publish-Subscribe. Whilst the service provides a notion of subscribe() ...
4
votes
1answer
383 views

StreamedResponse with Silverlight 4 polling duplex not sending updates

I'm trying to enable a streamed response using Silverlight 4 and polling duplex, but I'm getting strange behaviour when the rate at which updates are sent to the client is greater than the ...
4
votes
1answer
7k views

WCF duplex service using net tcp: “Stream Security is required…”

I'm writing a service that allows users to register with it and receive notifications when an event happens. I'm trying to do this with netTcpBinding, but keep coming up with errors, even when ...
4
votes
1answer
6k views

Long-running callback contract via WCF duplex channel - alternative design patterns?

I have a Windows service that logs speed readings from a radar gun to a database. In addition, I made the service a WCF server. I have a Forms and a CF client that subscribe to the service and get ...
4
votes
6answers
6k views

WCF push to client through firewall?

See also How does a WCF server inform a WCF client about changes? (Better solution then simple polling, e.g. Coment or long polling) I need to use push-technology with WCF through client ...
3
votes
2answers
370 views

Silverlight Polling Duplex with HTTPS

Is it possible to have Silverlight Polling Duplex WCF working with HTTPS?
3
votes
2answers
2k views

What does “OperationContext.Current.GetCallbackChannel” actually do?

What does OperationContext.Current.GetCallbackChannel actually do? How does it identify each and every client? I'm facing a problem in my WCF service. If more than two users get connected to the ...
3
votes
2answers
439 views

What is the best way to design big WCF Duplex Services with a Silverlight application?

I am currently working on a silverlight application, more precisely a game, that has 2 states : Lobby and Game. I created my service application to reflect that structure. I created a LobbyService to ...
3
votes
8answers
1k views

WCF Duplex Communications in a clustered environment

So I was looking at the sample examples people have created for Duplex Communications namely when hosted by IIS and connected to via Silverlight. There are plenty of examples of this out there (this ...
3
votes
2answers
745 views

What are the implications of half-duplex serial connections?

What are the implications of using a half-duplex serial connection versus a full-duplex one? What happens if both sides try sending data at the same time? Do you end up with corrupt data arriving on ...
3
votes
4answers
2k views

WCF Duplex Service and TCP Port Exhaustion

I am trying to wrap my head around this. I am making a business specific messaging application, it is going to connect between 5000 and 10,000 machines back to our datacenter via WCF (no vpns, all ...
3
votes
3answers
309 views

Does the concept of shared sessions exist in ASP.NET?

I am working on a web application (ASP.NET) game that would consist of a single page, and on that page, there would be a game board akin to Monopoly. I am trying to determine what the best ...
3
votes
2answers
8k views

WSDualHttpBinding for duplex callbacks

Would using WSDualHttpBinding for duplex callbacks work in real-world scenarios? Say, I have a .NET application that uses a random port, would the service be able to resolve the client's base ...
2
votes
1answer
77 views

WF4 calling WCF Service

I'm having a problem trying to get a workflow (WF4) to call a long running WCF service and then resume processing when the WCF service completes. The diagram below gives a rough outline of what I'm ...
2
votes
1answer
44 views

WCF duplex TCP communication error

I have a sample service to test WCF net.tcp communication. It is very simple service and all it does is subscribing a client to the service and then calls callbackchannel to notify all connected ...
2
votes
1answer
119 views

Help with WCF Service and Windows Application Client

I have been looking around the internets for some time but can't find anything that fits my exact problem. If someone could explain this succinctly I would be grateful. Basically I would like to call ...
2
votes
1answer
62 views

Identifying clients in a WCF service

I have a working duplex WCF service with WSDualHttpBinding. My problem is figuring out a way to store the callback channel with a unique id. The service is intended to be long-running. Can I simply ...
2
votes
1answer
147 views

Ninject with WCF Duplex channel

I'm using ninject with wcf to inject parameters into service classes. I now need to do this for a duplex service, and I'm unsure how to proceed. At the moment, my client invokes the duplex service ...
2
votes
2answers
158 views

Single source pushing: how to send 5kb each 5 minutes to 50000 clients

I need to implement a client server architecture where the server sends the same message to many clients over the internet. I need to send a single message every 5 minutes about. The message won't ...
2
votes
1answer
371 views

WCF Duplex Contract

Say I have WCF service contract like this [ServiceContract(CallbackContract = typeof(ICallback1), SessionMode = SessionMode.Required)] public interface IService1 { // some methods } The service ...
2
votes
1answer
700 views

WCF callback timeout and Visual Studio catastrophic failure

A kind of stupid error, but this happened when I wanted to call client by server-side-service (WCF Duplex): The message could not be transferred within the allotted wcf callback timeout of ...
2
votes
2answers
1k views

Progress notification in WCF for long running processes - How?

I have to design and implement a way to deal with long running processes in a client/server application. A typical long running process would/could take 2-3 minutes. I also need to report progress to ...
2
votes
3answers
1k views

WCF (Silverlight) Duplex - Not hitting server

I have created a web application with a Silverlight project embedded in it, using VS 2008 SP 1, and the Silverlight 3 tools, on Vista and Windows 7. The duplex service code: ...
2
votes
2answers
6k views

Could not find a base address that matches scheme net.tcp

I have moved my file transfer service from basicHttpBinding to netTcpBinding as I am trying to set up a duplex mode channel. I have also started my net.tcp port sharing service. I am currently in ...
2
votes
2answers
2k views

How to create simple C# full-duplex TCP/IP stream socket connection?

How to create simple C# full-duplex TCP/IP stream socket connection? What do I need? I need - Open Source Libs Tutorials Blog posts/Articles
2
votes
2answers
181 views

WCF test tool that supports Duplex scenarios?

Does anyone know of a tool that supports callbacks?
2
votes
1answer
791 views

Duplex Postscript - Force new page

Is there an easy way to force a postscript page onto a new physical page without inserting a blank page? e.g. Say I have a PS document with 10 postscript pages, which needs to print into different ...
2
votes
4answers
1k views

WCF ServiceHost.Close() Delay

I have a simple WCF duplex TCP service that I am trying to stop programmatically. If I don't have any connected users, ServiceHost.Close() is very quick but if I even have one connected user, I find ...
2
votes
0answers
1k views

WCF: Duplex Callback always Anonymous

I've written a WCF duplex service and client. Everything works well until I try to call .Demand() in the client implementation. It appears that the the service invokes the callback method ...
1
vote
0answers
30 views

Wcf callback net tcp duplex only 1 way faulted

I have a self hosted wcf service using net tcp duplex callback on client side, I listen on faulted event on Channel and ChennelFactory. when the channel faulted, client will recreate channel and ...
1
vote
1answer
23 views

duplex wcf service not connet with production server but run with localhost

I worked through building a WCF duplex service on my development machine. I built the service, created a test client, tested everything and it works. . Then I got gutsy and moved it to my production ...
1
vote
0answers
26 views

Duplex communication with WCF without CallbackContract

What is good practice using WCF for the following scenario? Basic description There are several modules (programs) which will provide a WCF Service. Each application can start more than one time. ...
1
vote
2answers
22 views

wsDualHttpBinding always timeout, while other services work as expected

I currently develop serveral services (WCF) to work with TFS 2010. Some of them use the event subscription tool, while others are consumed through the sharepoint portal, small wpf applications, etc. ...
1
vote
0answers
42 views

Timeout- and AddressAlreadyInUseException with WCF Duplex

I am trying to push some information from a WCF Service to a console application, and stumbled across this guide. After a couple of failures trying to make it by myself I started to follow it "step ...
1
vote
0answers
40 views

wcf duplex large message gives no meaningful reply on large message with ReliableSessions

I am using a NetTCP duplex binding to send a document from the server to the client as byte[]. When this byte[] is pretty large (say 10Meg) the server quits by giving The server did not provide a ...
1
vote
1answer
61 views

securing duplex WCF MSMQ

I'm building a system where several clients are connected to a central server by WCF using duplex MSMQ (updates are sent to the server, messages are periodically pushed out to several clients). How ...
1
vote
0answers
232 views

WIA via silverlight, duplex scanning

I'm trying to scan an A3 page in duplex using my Xerox documate 752. I'm getting it to scan fine using the document feeder but only on side. How do I access the other image?? Here is my basic code: ...
1
vote
2answers
73 views

ASP.NET continuous data streaming suggestion

I have a problem. I have a client server setup. My client wants to share data (binary) with all other clients. I don't want to have an extra database layer primarily because I don't have the need ...
1
vote
0answers
56 views

Wkhtmltopdf print in duplex

Somebody know way to print in duplex. So i have problem, because i have summary file where is a lot of statements. I have to print in duplex and problem is with print it, because sometimes statements ...
1
vote
1answer
55 views

How do I debug WCF Duplex server callbacks vanishing on a silverlight client?

So, I have a duplex server housed in a service that provides webservices to a Silverlight 4 control. Most of the time everything works -- but one specific callback which should retrieve a ...
1
vote
1answer
196 views

How can I use boost asio sockets for full duplex streaming efficiently?

I'm writing a performance-critical bidirectional streaming server using boost.asio. The server works this way : Thread A treats and pushes objects to be sent in the OUTPUT queue Thread B waits for ...
1
vote
2answers
114 views

WCF Duplex Service with Inter-Session communication

I'm trying to implement a WCF service with duplex messaging for a multi-user status messaging system... What I can't really figure out how to do though (I'm very new to WCF) is communicate across ...
1
vote
1answer
205 views

Can I use JavaScript to subscribe to WCF WSDualHttpBinding?

I have a web site that needs data to be pushed to it. Unfortunately, I'm not aware of any other methods besides using HTML 5 WebSockets (I can't garauntee my clients will have HTML5 browers) and ...
1
vote
1answer
302 views

How to push data (SQL or LINQ), from WCF Duplex Service to Silverlight client

I have made simple chat application to learn some new things, and what I want to do now, is to add user list that are currently logged into chat. So I did this: public ...
1
vote
2answers
372 views

WCF vs. WCF Duplex vs. Sockets

I posted about this before to a degree, but after a few days of reading I have a better understanding of WCF and would like to get a bit of feedback before I start working on it. I basically need to ...

1 2 3