From 0e74ab1cb793233a4cfeb1e262564d4e3c1cf6b0 Mon Sep 17 00:00:00 2001 From: Patrick Klaeren Date: Wed, 3 Jan 2018 08:56:07 +0000 Subject: [PATCH 1/2] Updated WCF Test Client path Path to find WCF test client updated for latest release of Visual Studio, as well as a reminder depending on the version of Visual Studio installed. --- docs/framework/wcf/wcf-test-client-wcftestclient-exe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/wcf/wcf-test-client-wcftestclient-exe.md b/docs/framework/wcf/wcf-test-client-wcftestclient-exe.md index 1a0a401b505c3..c17f207ae32b7 100644 --- a/docs/framework/wcf/wcf-test-client-wcftestclient-exe.md +++ b/docs/framework/wcf/wcf-test-client-wcftestclient-exe.md @@ -20,7 +20,7 @@ ms.workload: # WCF Test Client (WcfTestClient.exe) [!INCLUDE[indigo1](../../../includes/indigo1-md.md)] Test Client (WcfTestClient.exe) is a GUI tool that enables users to input test parameters, submit that input to the service, and view the response that the service sends back. It provides a seamless service testing experience when combined with [!INCLUDE[indigo2](../../../includes/indigo2-md.md)] Service Host. - You can find the [!INCLUDE[indigo2](../../../includes/indigo2-md.md)] Test Client (WcfTestClient.exe) in the following location: C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ + You can typically find the [!INCLUDE[indigo2](../../../includes/indigo2-md.md)] Test Client (WcfTestClient.exe) in the following location: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE (dependent on the version of Visual Studio installed) ## Scenarios for Using Test Client The following sections discuss the most common scenarios in which you can use [!INCLUDE[indigo2](../../../includes/indigo2-md.md)] Test Client to streamline your development process. From f4894db3d03d1e8893bc8af071bb372166cfba13 Mon Sep 17 00:00:00 2001 From: Patrick Klaeren Date: Wed, 3 Jan 2018 16:55:22 +0000 Subject: [PATCH 2/2] Expanded explanation on the versioning of Visual Studio affecting path --- docs/framework/wcf/wcf-test-client-wcftestclient-exe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/wcf/wcf-test-client-wcftestclient-exe.md b/docs/framework/wcf/wcf-test-client-wcftestclient-exe.md index c17f207ae32b7..dc928221a92c4 100644 --- a/docs/framework/wcf/wcf-test-client-wcftestclient-exe.md +++ b/docs/framework/wcf/wcf-test-client-wcftestclient-exe.md @@ -20,7 +20,7 @@ ms.workload: # WCF Test Client (WcfTestClient.exe) [!INCLUDE[indigo1](../../../includes/indigo1-md.md)] Test Client (WcfTestClient.exe) is a GUI tool that enables users to input test parameters, submit that input to the service, and view the response that the service sends back. It provides a seamless service testing experience when combined with [!INCLUDE[indigo2](../../../includes/indigo2-md.md)] Service Host. - You can typically find the [!INCLUDE[indigo2](../../../includes/indigo2-md.md)] Test Client (WcfTestClient.exe) in the following location: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE (dependent on the version of Visual Studio installed) + You can typically find the [!INCLUDE[indigo2](../../../includes/indigo2-md.md)] Test Client (WcfTestClient.exe) in the following location: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE - Community may be one of "Enterprise", "Professional" or "Community" depending on which level of Visual Studio is installed. ## Scenarios for Using Test Client The following sections discuss the most common scenarios in which you can use [!INCLUDE[indigo2](../../../includes/indigo2-md.md)] Test Client to streamline your development process.