net.pipe

3rd party app breaks our WCF application

耗尽温柔 提交于 2019-12-17 22:46:31
问题 Our application uses WCF over named pipes to communicate between two processes (note: neither process is a Windows Service.) Our application has been running in the field without incident for a couple of years now. We are now receiving reports that the presence of a third party application (specifically, Garmin Express) is breaking ours. I've installed Garmin Express in house and confirmed the behavior. Specifically the "Garmin Core Update Service", when running, causes our application to

Getting exception in wcf service - The protocol 'net.pipe' is not supported

无人久伴 提交于 2019-12-08 05:28:57
问题 I have deployment of WCF service on IIS 7 with support for Non-HTTP enabled Under one project, I have exposed 8 different services with wsHttp endpoints which works fine. I want to also expose NetNamedPipe bindings for the same services. My sample NetNamedPipe bindings . . . <netNamedPipeBinding> <binding name="PassportIPCBasicEndpoint" closeTimeout="00:05:00" openTimeout="00:05:00" receiveTimeout="00:10:00" sendTimeout="00:05:00" maxBufferSize="2147483647" maxBufferPoolSize="2147483647"

3rd party app breaks our WCF application

烈酒焚心 提交于 2019-11-28 20:24:58
Our application uses WCF over named pipes to communicate between two processes (note: neither process is a Windows Service.) Our application has been running in the field without incident for a couple of years now. We are now receiving reports that the presence of a third party application (specifically, Garmin Express) is breaking ours. I've installed Garmin Express in house and confirmed the behavior. Specifically the "Garmin Core Update Service", when running, causes our application to fail. When the Garmin service is running, the "service" side of our application starts and has no problems

Binding net.pipe to Default Web Site via IIS

邮差的信 提交于 2019-11-27 07:46:34
问题 When I attempt to set up appfabric to link up to my application and monitor and track and tract it, I get an error stating “Workflow persistence is not functional because the net.pipe binding is not enabled for this web site.” Now according to This Website I need to enable the net.pipe bindings for a site. It says that To enable the net.pipe binding for a site, right-click the site in the Connections pane of IIS Manager, click Edit Bindings, and add net.pipe with binding information of “*”. I