Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set that the WCF Test Client will run every time the service is running

I have a WCF project and when I run it sometimes it lunch the WCF Test and sometimes it does not.

How can I set the WCF Test Client to always be displayed ?

like image 941
Erez Avatar asked Oct 18 '11 10:10

Erez


2 Answers

The link in MLF's answer does contain good information, and is definitely worth a read. However, it took me a while to find the specific answer I was looking for, which is about halfway down the page:

If you set the focus on the .svc or .xamlx file in Solution Explorer, WCF Test Client will start when pressing F5.

This still holds true in Visual Studio 2015.

like image 144
JamesQMurphy Avatar answered Nov 02 '22 23:11

JamesQMurphy


Have look at this article from the WCF Tools Team Blog

Tips for Launching WCF Test Client

like image 32
MLF Avatar answered Nov 03 '22 01:11

MLF