How to set that the WCF Test Client will run every

2020-02-28 06:52发布

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 ?

2条回答
何必那么认真
2楼-- · 2020-02-28 07:19

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.

查看更多
Emotional °昔
3楼-- · 2020-02-28 07:20

Have look at this article from the WCF Tools Team Blog

Tips for Launching WCF Test Client

查看更多
登录 后发表回答