Skip to content

Commit e59f3ea

Browse files
patrickklaerenBillWagner
authored andcommitted
Fixed reference to older WCF test client path in lower areas of WCF test client docs (#7969)
1 parent 5c865a1 commit e59f3ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/framework/wcf/wcf-test-client-wcftestclient-exe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.assetid: d4302855-677f-4640-aa90-c5d785d72fb7
66
# WCF Test Client (WcfTestClient.exe)
77
Windows Communication Foundation (WCF) 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 WCF Service Host.
88

9-
You can typically find the WCF 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.
9+
You can typically find the WCF 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.
1010

1111
## Scenarios for Using Test Client
1212
The following sections discuss the most common scenarios in which you can use WCF Test Client to streamline your development process.
@@ -22,7 +22,7 @@ Windows Communication Foundation (WCF) Test Client (WcfTestClient.exe) is a GUI
2222
### Outside Visual Studio
2323
You can also invoke the WCF Test Client (WcfTestClient.exe) outside Visual Studio to test an arbitrary service on the Internet. To locate the tool, go to the following location:
2424

25-
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\
25+
`C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE` (where community can be one of "Enterprise", "Professional" or "Community" depending on which level of Visual Studio is installed on the machine)
2626

2727
To use the tool, double-click the file name to open it from this location, or launch it from a command line.
2828

0 commit comments

Comments
 (0)