tags:

views:

31

answers:

1

hi,

when i am trying to generate proxy manually using comand prompt i am getting this error

Setting environment for using Microsoft Visual Studio 2008 x86 tools.

C:\Program Files\Microsoft Visual Studio 9.0\VC>cd\

C:\>svcutil /language:cs /out:proxy.cs /config:app.config /http://localhost:2544
/myservicewcf/Sasi.svc
'svcutil' is not recognized as an internal or external command,
operable program or batch file.

C:\>svcutil.exe /language:cs /out:proxy.cs /config:app.config /http://localhost:
2544/myservicewcf/sasi.svc
'svcutil.exe' is not recognized as an internal or external command,
operable program or batch file.

C:\>

can u help me please

+1  A: 

Instead of starting a normal 'cmd' prompt, start 'Visual Studio 2008 Command Prompt' in your visual studio start menu items

vc 74
ya i am using visual studio command prompt
Surya sasidhar
C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin i didn't find any thing in bin folder
Surya sasidhar
Which version of VS 2008 are you using?
vc 74