Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,

I have created One WCF service library(Working when I run through TestClient.exe).

It contains net.Tcp bindings.
Now I created one WCF website and register that assembly in service.svc file and I host this web site using App domain, and enable protocols for net.Tcp.

Then, when I browse, it's giving an error like Could not find a base address that matches scheme net.tcp for the endpoint with binding NetTcpBinding. Registered base address schemes are[http] as I have not given any base adress in Website host.

Please can anyone help me out of this.
Thanks in advance.
Posted
Updated 15-Mar-11 22:49pm
v2
Comments
Dalek Dave 16-Mar-11 4:49am    
Edited for Syntax, Grammar and Readability.
Patrick Kalkman 17-Mar-11 2:18am    
Have you added the NetTcpBinding to the WAS configuration?
Manjunathabe011 17-Mar-11 7:29am    
Hi Patrick,
I have added netTcp binding with binding information like Port number.Any other settings?

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900