Click here to Skip to main content
15,892,575 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm attempting to run a WCF Client/Server program and receive error stating
"No connection could be made because the target machine actively refused it
. I'm using a port on my localhost and verified the client/server app.config files are correct. Firewall is not an issue either. When I look at my Windows Services running, I have the Net.Tcp Port Sharing Service started however I cannot seem to start the Net.Tcp Listener Adapter
("Error 1075: The dependency service does not exist or has been marked for deletion")
. I assume this is why my program refuses the connection so is there anything I can do to correct the Error 1075 and start the Net.Tcp Listener Adapter?
Posted
Updated 2-Oct-12 19:17pm
v2

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