Skip to main content

All Questions

Tagged with
0 votes
1 answer
46 views

C# WCF Named Pipe - return progress to GUI

I use WCF Service for Copying files in the local environment. The WPF GUI is used to call methods from WCF Service using some buttons. Type of communication I use is Named Pipes. I have problem with &...
kalview's user avatar
  • 317
0 votes
1 answer
77 views

WCF Service hosted locally using Windows Service - named pipes communication with GUI - "The pipe has been ended. (109, 0x6d)."

I have read the documentation on the Microsoft Page about inter process communication on Windows platform so I started doing some demo projects to test how does it work etc. Because all I want to do ...
kalview's user avatar
  • 317
1 vote
1 answer
116 views

Safe way to get ProcessID using Named Pipes

I have an application that consist of a GUI and a service. These are running on the same machine and communicates over Named Pipes via WCF. From the service I'm trying to get the Process ID of the ...
InversionDK's user avatar
1 vote
0 answers
143 views

Enable WCF NamedPipe communication inside Docker container

Variations of this questions have been asked before, but I could not find an answer that works for me so far. I might miss some fundamental concept and would be thankful for advices or pointers that ...
Ju-Ru's user avatar
  • 11
0 votes
1 answer
271 views

WCF Named Pipe Another Endpoint Error but no other endpoints?

I'm using a DuplexChannelFactory to create a named pipe on net.pipe://localhost/test. However, when I run my program, I get an error: Cannot listen on pipe name "net.pipe://localhost/" ...
acenturyandabit's user avatar
0 votes
1 answer
230 views

WCF NetNamedPipeBinding - Same pipe name and different users

I struggle a bit with the following. I create a WCF server like: new ServiceEndpoint(ContractDescription.GetContract(typeof(IMyService)), new NetNamedPipeBinding(), new EndpointAddress("net.pipe:/...
TheWizard's user avatar
0 votes
1 answer
438 views

Why are some WCF Named Pipe clients getting a TimeoutException

I have a WCF name pipe service, to communicate 2 processes on windows. I've tested it on my machine and it worked, I've developed an installer for it, and it's working for most users, but some users ...
SamBerk's user avatar
  • 381
1 vote
1 answer
918 views

Using WCF Windows Named Pipes with Docker Containers

I have been attempting to connect to a docker container locally which is running a named pipe console application. I cannot connect to my named pipe from my local computer via the docker container. ...
David Sleep's user avatar
0 votes
1 answer
406 views

WCF with named pipes: how to allow parallel calls?

this is my first approach to WCF and named pipes. What I have to do is a windows service listening on a named pipe while a small GUI tells it what to do through the pipe. Everything works well: ...
Simone Serra's user avatar
0 votes
1 answer
14 views

2 applications and a Windows Service using WCF. Who is server and who is client?

I have a basic question to this scenario. First some details: The applications "App One" and "App Two" should not communicate directly, they should communicate using a service in the middle. ...
Michael Kamsties's user avatar
0 votes
0 answers
439 views

WCF Named Pipes across the user session on same machine. Possible?

Requirement I am trying to create a "Single Instance" winforms app with args to be passed if second instance invoked. I hope Mutex will not work like this. I have made a WCF pipe on the winform app ...
Gopichandar's user avatar
  • 2,812
0 votes
0 answers
144 views

WCF message response arriving after timeout expires

We have two applications (client and server) on the same machine that communicate via a WCF service using named pipes. The issue that we're seeing is that occasionally a request from the client to ...
Andrew's user avatar
  • 372
0 votes
1 answer
277 views

reducing the CPU use of NetNamedPipe when under load

I have a Windows service that uses NetNamedPipe to communicate with other processes on the same machine. It works fine except for one problem: high CPU use. Is there anything I can do to reduce this ...
Nichevo's user avatar
  • 101
1 vote
1 answer
249 views

How to fix AddressInUseException that occurs whenever service host is opened

I am working on WCF windows application... while restarting the service, I am getting the below exception. outerType: System.ServiceModel.AddressAlreadyInUseException outerMessage: "Cannot listen on ...
user avatar
0 votes
0 answers
168 views

Secure Privileged Service <=> Userspace named pipe WCF-Connection

I have something like this: (There's a Client, which needs to launch a third-party .exe with Admin-Privileges with some custom parameters. To not constantly annoy the user with UAC-Dialogs, I made a ...
Tearsdontfalls's user avatar

15 30 50 per page
1
2 3 4 5
13