Questions tagged [net.pipe]

22 questions
0
votes
1 answer

Set ServiceBehavior on channelfactory WCF Net.Pipe

I am hosting a Net.Pipe WCF service from a forms application, which runs on a server for mostly internal calculations. To improve on this I was tasked with creating a Rest shell around this service so it becomes reachable from outside of the server.…
kpp
  • 800
  • 2
  • 11
  • 27
0
votes
0 answers

Cannot listen on pipe name 'net.pipe://localhost/OurCompanyName/' because another pipe endpoint is already listening on that name

We use ServiceHost for Years now for local communication between our applications. We open a net.pipe: net.pipe://localhost/OurCompanyName/ This worked well until the windows 10 patch KB4480966 arrived. This is the code that opens the service…
Daniel
  • 486
  • 4
  • 19
0
votes
0 answers

Docker WCF net.pipe

I am trying to use net.pipe but have had no luck getting it to work with docker. I have this working with a Windows Server 2016 VM running IIS no problem. Any information or samples on how to get this working would be very helpful! Server…
0
votes
1 answer

net.pipe endpoint is not connectable from client application

I am facing issue related to net.pipe end point of my WCF Service. I have configured required server roles (Application & Web Roles) and features (Windows Activation) in a Windows 2008 R2 machine. I created a sample wcf service with net.tcp,…
S Madhanmohan
  • 45
  • 1
  • 14
0
votes
1 answer

WCF Net.Pipe Endpoint

On our build server, we have a service that calls another service on the same box via net.pipe, but it is failing saying that there is no endpoint listening to net.pipe. IIS does have Net.pipe set for both the calling and called service.
Ian Vink
  • 66,960
  • 104
  • 341
  • 555
0
votes
2 answers

How to troubleshoot faulty installer/Net.Pipe/SOAP error

Our firm got an installer from Inprotech that works on some machines but not others. We are on a tight deadline for deploying the installer, and the vendor has not yet been able to help. I'm hoping you can help me gain some insight, or at least…
tmoore82
  • 1,857
  • 1
  • 27
  • 48
-1
votes
3 answers

Getting a Windows Service to send active values back to WCF client

I have a Windows service that uses net.pipe as a WCF server and a Windows forms client to connect to it. There is a class called ConfigSettings that has values I want the client to query. I want to have the client read the current values inside the…
1
2