且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在Visual Studio 2005中添加WCF服务引用?

更新时间:2023-01-04 09:19:56

如果要集成Visual Studio 2005,则必须至少安装.net 3.0.然后,客户端可以使用svcutil.exe生成代理.

If you want visual studio 2005 integration they have to have at least .net 3.0 installed. The client can then use svcutil.exe to generate the proxy.

在此处了解如何使用orcas扩展名在VS 2005中使用WCF:
http://www.15seconds.com/issue/061130.htm

Take a look here on how to use WCF in VS 2005 using the orcas extensions:
http://www.15seconds.com/issue/061130.htm

或者:
据我所知,MS从未发布过针对VS2005的最终WCF插件,但最终的CTP仍然存在:

Alternatively:
From what I can tell MS never released a final WCF add in for VS2005, but the final CTP is still out there: http://downloads.zdnet.co.uk/0,1000000375,39328336s,00.htm

您可以使用该WCF插件,而不用15秒文章中提到的更通用,更beta的orcas扩展名.我相信CTP会为您提供添加服务参考"选项.

You can use that WCF add in instead of the more general and more beta orcas extension that is mentioned in the 15 seconds article. I believe the CTP will give you the "add service reference" option.