我可以在Visual Studio 2005上使用WCF吗?

时间:2010-05-15 09:16:58

标签: wcf visual-studio-2005 .net-2.0

我即将开始一个消耗第三方Web服务的项目。由于遗留系统,我被告知我只能使用Visual Studio 2005 / .NET 2.0。 (虽然我更喜欢.NET 3.5上的Visual Studio 2008)

我的理解是WCF是随.NET 3.0发布的。那么有没有可能只使用.NET 3.0的WCF程序集在Visual Studio 2005上使用WCF?然后我会试着说服他们这就像使用不会干扰任何东西的外部框架一样。

2 个答案:

答案 0 :(得分:3)

您可以在此处阅读如何在VS 2005中设置 WCF

的步骤

http://blogs.msdn.com/jmeier/archive/2007/10/15/how-to-create-a-hello-world-wcf-service-using-visual-studio.aspx

下载VS 2005的 WCF模板

http://blog.stevienova.com/2007/02/25/net-30-wpfwcf-templates-for-vs2005/

并安装 .net framework 3.0

以下是 WCF扩展程序的一些有用链接以及其他有用信息。

http://social.msdn.microsoft.com/forums/en-US/wcf/thread/b297421e-5030-47e2-96e1-6d1d9920c9c7/

http://forums.asp.net/t/1331127.aspx

祝你好运!

答案 1 :(得分:1)