开发者

How do I setup a project to use WcfSvcHost.exe and WcfTestClient.exe

I am trying to write my first WCF project. I have created a project of type WCF library.

In the video I am working from, when F5 is pressed (start debugger) the WCF test client starts up.

What do I have to do to my project settings to get the WcfTestClient to 开发者_JAVA技巧start up?


Right click on the project and choose "Propterties"

Select the "Debug Tab"

Set the "Start Action" to "Start project"

Set the "command line arguments:" to /client:"WcfTestClient.exe"

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜