How to communicate with wcf service running via citrix workspace using Named Pipe

Kashish Goyal 1 Reputation point
2023-04-05T18:09:08.8866667+00:00

Hi, I have a winform application which is using a Wcf service as proxy using 'NetNamedPipeBinding'. Everything is working fine when i am running this service on local machine. But as soon I run this wcf service using citrix workspace, the communication breaks giving the error "There was no endpoint listening at ..... that could accept the message". I investigated and found that namedpipe works only when application and wcf service run on same machine. Do citrix workspace make the wcf service run on different machine and that's why this error is coming? If yes, what could be the alternative solution for this?

Developer technologies | .NET | Other
Developer technologies | C#
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.