Questions tagged [netnamedpipebinding]

89 questions
0
votes
1 answer

NetNamedPipeBinding in Citrix Environment

My WPF application is working good in stand-alone machines. However, when I tried to install and run it in a Citrix Environment, there have been some shared object issues. e.g. if user1 logged into the Citrix Server and access start a new instance…
JSK
  • 583
  • 6
  • 17
0
votes
1 answer

How can I diagnose the cause of a WCF Service Timeout?

I am creating a C# windows service which communicates with a C# program using a NetNamedPipeBinding. The service works as follows. User calls "Run" command on the service. Service fires off a thread, which runs database queries. User calls…
Brian
  • 25,523
  • 18
  • 82
  • 173
0
votes
1 answer

WCF ServiceDebugBehavior IncludeExceptionDetailInFaults = true

I have a server/client WCF app with calls from client to server and callbacks from server to client. I'm getting some kind of error when I try to do the callback. But the info I get is useless, so they give you the tip to set the exception Detail In…
AAlferez
  • 1,480
  • 1
  • 22
  • 48
0
votes
1 answer

WCF : Error when adding a New netNamedPipeBinding Endpoint

Friends, I have an IIS hosted web service ( http://localhost/Directory.Server/Services/v2/Directory.svc/ws ) that works with wsHttpBinding. It is consumed by a WebApp. I need an additional endpoint for the same service with named pipe so that I can…
Pialy Tapaswi
  • 521
  • 7
  • 9
0
votes
1 answer

WCF dynamic proxy with NetNamedPipeBinding not being garbage collected

since I couldn't find the appropriate answer to my question in a couple hours, I'm posting it here. I have a WPF/WCF application with shared interface (IService) library and dynamically created proxies (created with CreateChannel). The main problem…
dabor
  • 127
  • 1
  • 3
  • 13
0
votes
3 answers

Anyone got IIS working reliably as a WCF client

I'm trying to get IIS6 to work reliably with a WCF service I have hosted in a separate Windows Service application on the same machine. Users connect to IIS via some HTTP exposed services, which is working fine, and then IIS needs to get some…
sipsorcery
  • 30,273
  • 24
  • 104
  • 155
0
votes
1 answer

How to programmatically set ChannelInitializationTimeout for wcf named pipe

I have a named pipe wcf service that I need to programmatically set the ChannelInitializationTimeout property for. I am currently not using any configuration files. Here is my current client code: ChannelFactory pipeFactory = new…
user1466893
  • 3
  • 1
  • 4
0
votes
0 answers

Passing an unmanaged IntPtr across app domains with NetPipes

.NET 4.5, Win 8, 64bit I have an IntPtr to 4 GB unmanaged array. I want to pass it async to a WCF NetPipes Windows Service, which is supposed to read it, push it to DB then deallocate it. I am aware that the caller and the callee are on two…
Adam
  • 3,872
  • 6
  • 36
  • 66
0
votes
2 answers

SerializationException serializing newtonsoft jobject with DataContractSerializer

Update - The problem I had here was user error. See my answer below. I have an class which I want to add to the DataContract of a WCF API which should be "binding agnostic"; i.e., it should be able to support multiple bindings, including BasicHttp…
0
votes
0 answers

Changing System Date time makes WCF channel faulted

I have an application which uses custom binding (netnamedpipe transport) to communicate to the service. When I change System time, it makes WCF channel faulted. It throws internally ReceiveTimeout excepetion when we change system time which makes…
Chetan
  • 31
  • 1
  • 3
0
votes
1 answer

How to secure NetNamed Pipe binding?

How can I able to control the Named Pipe end point security, the end points should only be accessible to the login under which the IIS app pool is running and the administrators group on the local machine? I have followed this and created necessary…
Santosh Panda
  • 7,235
  • 8
  • 43
  • 56
0
votes
2 answers

NetNamedPipeBinding between C# and C++

I've seen that NetNamedPipeBinding exists in C# and in C++ (source) and I would like to know if it's possible to use it to transmit datas between a C++ program and a C# application?
darkheir
  • 8,844
  • 6
  • 45
  • 66
-1
votes
1 answer

WCF netNamedPipeBinding message level security, is this possible?

i am new with WCF, still learning. I want to use netNamedPipeBinding for IPC, and i need it to be as secure as possible. I already did a practice service for wsHttpBinding, where i used certificates, so i got that part covered up (using message…
Darksody
  • 481
  • 1
  • 4
  • 15
-1
votes
2 answers

When trying to "start" a Windows service I get an error

I am following the example in "Windows Communication Foundation 4" by John Sharp. Page 88-89 shows how to register and start a service. My service does not start. I need to say that I could not run the service using net.tcp in my own host as it…
user1313589
  • 1
  • 1
  • 1
1 2 3 4 5
6