Click here to Skip to main content
16,018,525 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i had maked client to test application of wcf but still getting instruction to make a client wat is the reason????
Posted
Comments
Manas Bhardwaj 10-May-14 6:20am    
The question is not clear!
[no name] 10-May-14 6:31am    
I think this is not a question, even there are four question marks
emcp 10-May-14 9:35am    
Have you marked the client project as startup: Right-click and "Set as startup Project"?

1 solution

The way I do is like this:
- Right-click on your solution file, and choose Set Startup Projects...
- Choose Multiple startup projects and choose Start for your client and server project, leave the other ones set to none.

Now both projects will run at startup, and you will be able to debug them both.

reference[^]
 
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