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 ?
It's worth noticing the comment, generated by the project template at one's svc.cs-file:
// NOTE: In order to launch WCF Test Client for testing this service, please select SampleService.svc or SampleService.svc.cs at the Solution Explorer and start debugging.
public class SampleService : ISampleService
{
...
One can also use that hint, to make WCF Test Client start each and every time (regardless of the currently focused file) by specifiying the the svc-file as start action.
Go to your "project properties", "Web", and set "Specific Page" to your svc-file.