Where can I find WcfTestClient.exe (part of Visual Studio)

前端 未结 11 2537
感动是毒
感动是毒 2020-12-12 12:08

The MSDN docs state that I can find the WCF Test Client in:

C:\\Program Files\\Microsoft Visual Studio 9.0\\Common7\\IDE\\

11条回答
  •  青春惊慌失措
    2020-12-12 12:50

    You won't find the component if it hasn't been installed.

    In Visual Studio 2019 go to:

    Tools > Get Tools and Features > Select the Individual Components tab > Type wcf in the search box and install it.

    This installs the component, and you should be able to load it from the command prompt or other methods suggested in the answer.

提交回复
热议问题