net.tcp Questions
24
Solved
I have a WCF Service running fine on my local machine. I put it on the servers, and I am receiving the following error:
An error occurred while receiving the
HTTP response to
http://xx.xx.x.xx...
Tamarin asked 3/5, 2011 at 14:24
4
Solved
How can I make IIS handle net.tcp connections?
5
Solved
I am able to connect to my WCF service with the Win-form application, however i am not able to do so with my windows service. Whenever i fire open() to the proxy it throws the following error
Th...
Vexatious asked 9/1, 2012 at 13:47
10
Solved
I have moved my file transfer service from basicHttpBinding to netTcpBinding
as I am trying to set up a duplex mode channel. I have also started my net.tcp
port sharing service.
I am currently in...
3
i have a WCF service host in IIS8 and I want to use a net.tcp binding.
I have this configuration:
Web.config:
<service behaviorConfiguration="MyBehavior"
name="DecryptService.EmailCenterDecr...
2
This weird Error was appearing from one day before posting this post. Previously it was working fine, but not now.
At one movement restarting the system, the error disappears and able to access th...
7
Solved
I have a WCF service with net.tcp binding, hosted on the server as a Windows service. I am not able to access this service. However I was able to do so, when I hosted it on my local network.
Error ...
7
Solved
I'm trying to communicate between WCF hosted in Windows Service and my service GUI. The problem is when I'm trying to execute OperationContract method I'm getting
"The ChannelDispatcher at
'net...
Aerophyte asked 10/8, 2009 at 1:23
2
Solved
I have a WCF Service being hosted by a windows service. The client app succeeds if I log on to the client machine using the same credentials as the service is running under, but it fails with an ex...
0
I have a self hosted WCF service using a NetTcp binding and TransportWithMessageCredential security with a wildcard cert (*.company.com) as the service certificate.
The client address of the serv...
Ribera asked 5/5, 2016 at 10:3
3
Solved
I've run into a problem. I'm a little new at WCF so any help would be greatly appreaciated.
Here's my code:
public static void StartHosts()
{
try
{
// Create a new host
ServiceHost host = ne...
Bogle asked 31/3, 2009 at 21:5
2
I have faced a very strange error in my WCF service, which appears to somehow create a deadlock or thread starvation in socket level when I use NetTcpBinding. I have a quite simple self-hosted serv...
Evy asked 8/1, 2016 at 16:17
3
Solved
After upgrading from windows 8.1 to windows 10,
None of the projects that have a WCF service available through net.tcp connections are able to connect.
The exception i get is:
The socket connec...
Corset asked 11/8, 2015 at 11:29
2
Solved
We're building a WCF server (.NET 4.0). It will only use net.tcp transport.
When a client closes the TCP connection, the server gets unhandled CommunicationException, and terminates.
Q1. How do I...
2
Solved
I have been using http for all these and when i am working with net.tcp and when adding the reference i am getting an error like
Could not find a base address that matches scheme net.tcp for the e...
2
Solved
I have two base addresses defined in my WCF Service config file:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.diagnostics>
<sources>
<source name=...
5
Solved
My WCF server needs to go up and down on a regular basis, the client sometimes uses the server, but if it is down the client just ignore it.
So each time I need to use the server services I check t...
1
Solved
I have a GoDaddy-issued SSL certificate in the .crt format. Also I have the previous expired certificate in the .pfx format which includes a private key.
Now I'm facing the problem of joining the ...
1
I'm new to WCF services and I have created a same application using WCF. Please see below the basic code:
IService1.cs:
[ServiceContract]
public interface IService1
{
[OperationContract]
string...
4
We have a few MSI packages (generated by WIX) that install WCF services. Most of these services need net.tcp for their endpoint bindings.
I'd like to make our deployment life easier and automate t...
Stroud asked 29/6, 2010 at 12:40
2
Solved
I have a WCF self-hosted service with a net.tcp DuplexChannel. On the server I run the following to disconnect a client:
((ICommunicationObject)client.CallbackChannel).Close();
This works fine b...
Enrage asked 30/11, 2010 at 19:38
7
Solved
I've been battling with this for days, literally going through a hundred articles giving partial guidelines on how to set up a WCF TCP based service in a web application. If someone can help me, I ...
Retrospective asked 18/5, 2013 at 19:53
1
We are streaming data with WCF using callbacks.
The WCF is hosted in IIS (default settings, just added net.tcp to protocols).
We are trying to disable security on the WCF, so I've set security mod...
1
Solved
I'm new to WCF and IIS but been doing some reading on how to host a WCF application in IIS. We have a system we're trying to deploy to IIS which needs HTTP and NET.TCP endpoints. I have everything ...
2
Solved
Can we use net.TCP binding to implement GZip in WCF or it can only be configured with Http and WsHttp bindings.
Selfrevealing asked 9/1, 2012 at 5:27
1 Next >
© 2022 - 2024 — McMap. All rights reserved.