Hello team,
I am using console based application for client which is accessing the another console based WCF service application via Service Bus Relay messaging. In my application, I am using netTCPRelayBinding.
But when I run the service, I am getting error like "The endpoint was not found. Name not registered: sb://servicebusex.servicebus.windows.net/solver/. TrackingId:abe0a241-3125-4a82-bcfc-7a66a4d17e78_G16,TimeStamp:5/5/2015 1:21:01 PM. Please ensure that you can connect to the internet using HTTP port 80 and TCP port 9350."
Note that my firewall is disabled. try to access the same port via another TCP/IP based application, the mentioned ports are accessible.
Can someone help me to resolve this issue?
BhavinModi