Click here to Skip to main content
15,891,762 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to create the WCF Self hosting application i have created the hosting application
which is running fine. But in the client side it is giving error
(error code 10061) i know issue is related to address specified in the app.config in client application. Need solution to fixed this issue.

<system.servicemodel>
<client>
<endpoint address="http://localhost:8090/MyService/SimpleCalculator">
binding ="wsHttpBinding"
contract ="MyCalculatorService.ISimpleCalculator">



Posted
Updated 7-May-13 23:12pm
v3
Comments
Pheonyx 8-May-13 4:52am    
Can you provide any more information, such as showing your current endpoint configuration from the configuration file. Show how you are attempting to establish the connection in the client application etc.

1 solution

Try reading this link, was the first link when googling "WCF error code 10061"
http://social.msdn.microsoft.com/forums/en-US/wcf/thread/58e420e9-43a3-4119-b541-d18158038e36/[^]

Based on the information you provided that looks like it could be same issue and there are various solutions discussed.
 
Share this answer
 

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