'Visual Studio 2019 C# WCF Test Client not working with svcutil.exe
I have an WCF Test Client application which was originally created in Visual Studio 2017 which worked fine, however once I upgraded my Visual Studio to 2019 and re-ran the application, I get the following error message:
The dependent tool 'svcutil.exe' is not found
.
Note, I checked and svcutil.exe exists in: C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools
Any idea why it is no longer working?
Solution 1:[1]
i met the same problem, and solve it by installed the .NET Framework SDK 4.7.2, hope it will help.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | PanghuCui |
