Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install svcutil.exe under Windows 10

I am desperately searching for a way to install svcutil.exe because I read here and elsewhere that this was the way to compile a WSDL into C# code. I tried it via Windows SDK install, which yielded a folder of about 1K installers of whom I don't know which one to start. Any guidance is appreciated.

NB: I am currently using Visual Studio 2017 Preview, is that related somehow?

like image 371
Daniel Hiller Avatar asked Jun 26 '18 12:06

Daniel Hiller


People also ask

Where is SvcUtil exe located?

The ServiceModel Metadata Utility Tool can be found at the Windows SDK installation location, specifically %ProgramFiles%\Microsoft SDKs\Windows\v6. 0\Bin.

How do I download Windows 10 SDK?

You can get the Windows SDK in two ways: install it from this page by selecting the download link or by selecting “Windows 11 SDK (10.0.22621.0)” in the optional components of the Visual Studio 2022 Installer. Before you install this SDK: Review all system requirements.

What is SvcUtil dotnet?

The Windows Communication Foundation (WCF) dotnet-svcutil tool is a . NET tool that retrieves metadata from a web service on a network location or from a WSDL file, and generates a WCF class containing client proxy methods that access the web service operations.


1 Answers

C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools

like image 69
clarksss Avatar answered Sep 19 '22 20:09

clarksss