I have a VS2010 (RTM) solution that contains:
WCF Service Project
WCF Client Console Project
Class project for DataContracts and members
Class design for some simple classes
I successfully added the service link to the console client project and started the client. Then I did a long dev loop, changing the service again, and then updating the console help service. Then I changed the namespace and assembly names for the projects as well as .cs using the links and app.config. Of course, I missed some things because it will not be built, so I eventually deleted the project links and the service link, cleared and successfully built it.
Then I tried to add a link to the service again, he found it, but when "OK" clicked "Link to an object not installed on an object instance". Correct the answer below ...
visual-studio-2010 wcf service-reference
Andy
source share