How to disable WCF Test Client - VS 2012

后端 未结 6 876
梦谈多话
梦谈多话 2020-12-30 04:06

I have a new WCF Service Application, when I hit F5 to debug, the WCF Test Client always comes up, but I would like to disable it since I am using soapUI to test instead.

6条回答
  •  难免孤独
    2020-12-30 04:36

    I had a similar problem, and found this to be caused by the default Start Options under

    > Solution Properties
        > Debug
            >Start Options
                >Command line arguemnts:  
    

    it was listing a command line argument of /client:"WcfTestClient.exe" which was launching the test client. Simply removing this argument solved my problem.

提交回复
热议问题