Thursday, July 5, 2012

Tips for Launching WCF Test Client

When you create WCF Service Library project the command Debug gets set as follows
Start Action: Start Project
Start Options
      Command line arguments:  /client:"WcfTestClient.exe"

When you want to launch your own client set specify your executable for /client switch and set Working directory to where the executable resides

No comments:

Post a Comment