Ts-alan
Ts-alan

Reputation: 47

Where is svcutil.exe if i am using visual studio 2012?

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

Answers (1)

Alexander Leyva Caro
Alexander Leyva Caro

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

Related Questions