Reputation: 47
I read a book "Pro c# 2010 and the .net 4 Platform" Andrew Troelsen.I stuck on page 926 "using svcutil.exe" Where is svcutil.exe in windows 7 if i am using visual studio 2012?
Upvotes: 2
Views: 7708
Reputation: 1253
The svcutil.exe tool is added when you install the .net framework and you can find on many places, varying of the framework installed, for example:
C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools,
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin,
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\x64
Upvotes: 8