WCF EndpointNotFoundException while dialing

shreyansh raj 0 Reputation points
2025-08-28T09:56:00.3766667+00:00

System.ServiceModel.EndpointNotFoundException: Could not connect to the remote endpoint 1888 3199479

Server stack trace:

  at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)

  at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)

  at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
```   Exception rethrown at [0]:

```powershell
  at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)

  at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
```Inner Exception: 

System.Net.Sockets.SocketException (10060): A connection attempt failed because the connected party 1888 3199479 did not respond 

   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)

   --- End of inner exception stack trace ---

Developer technologies | Windows Presentation Foundation
0 comments No comments
{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.