Generating proxy with svcutil
svcutil is not recognised as an internal or external command.Is anything wrong with my installation ? Please let me know asap cos i am stuck in this project unless i can build these service proxies.Thanks
Although my Visual Studio command prompt on my beta2/indigo installation it brings me to "c:\program files\Microsoft Visual Studio 8\VC", svcutil.exe is actually in c:\windows\microsoft .net\Framework\v2.0xxxxx. Paths take care of vs prompt finding it. Can you at least find the exe on your system?
Regards
Richard Blewett - DevelopMentor
http://www.dotnetconsult.co.uk/weblog
http://www.dotnetconsult.co.uk
The Service Metadata Tool can be found at the Windows Communication Foundation (WCF) installation location, specifically, C:\WINDOWS\Microsoft.NET\Framework\v2.0.50110.
Again, I think you need to install the SDK to get svcutil.exe (although I don't have an environment with which to test my hypothesis).
Regards
Richard Blewett - DevelopMentor
http://www.dotnetconsult.co.uk/weblog
http://www.dotnetconsult.co.uk
SvcUtil.exe shipped as part of the WinFX runtime in the PDC CTP release and can be located in the %windir%\microsoft.net\framework\v2.0.XXXXXX location. (Please make sure that you are looking in the correct version location - for the PDC release the version is 2.0.50215).
Moving forwards (the next WCF public release) SvcUtil.exe will be shipped as part of the WinFX SDK and will appear in the SDK binaries location.
I hope this helps.
Thanks,
- Craig McLuckie
I installed the WinFX Runtime, the WinFX SDK and the VS Extensions. I then opened a VS 2005 command prompt and got the same error as honey. Turns out that the .NET Framework directory is not in the path in the VS 2005 Command Prompt. So of course svcutil won't be found.
But if I use one of the WinFX SDK command prompts, all works well.
Robert