wcf service creating proxy by using svcutil.exe in command prompt?

Posted by Surya sasidhar on Stack Overflow See other posts from Stack Overflow or by Surya sasidhar
Published on 2010-10-06T10:33:29Z Indexed on 2012/06/21 3:17 UTC
Read the original article Hit count: 934

Filed under:

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

© Stack Overflow or respective owner

Related posts about wcf