19

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?

Daniel Hiller
  • 3,415
  • 3
  • 23
  • 33

2 Answers2

22

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

clarksss
  • 281
  • 3
  • 7
  • 4
    As of today (2019-02-17): C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.7.2 Tools\x64 – Hong Feb 17 '19 at 15:07
  • 1
    Thanks, in my case it was in C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ – Ivan Franco Nov 12 '21 at 12:54
15

As @AlexK. pointed out in his comment, the svcutil.exe is available via the "Developer command prompt for vs2017" start menu item.

I found out the path via where svcutil and added it to my PATH environment variable. Now I can use it as required. Thanks again!

Daniel Hiller
  • 3,415
  • 3
  • 23
  • 33