Can I use WCF on Visual Studio 2005?
I am about to start a project that uses third party web services. Due to the legacy system I am told that I can only use Visual Studio 2005 / .NET 2.0. (Though I'd prefer Visual Studio 2008 over .NET 3.5)
I understand that WCF was released since .NET 3.0. So, is it possible to use WCF in Visual Studio 2005 using only WCF.NET 3.0 assemblies? Then I'll try to convince them that it's like using an external framework that doesn't get in the way.
a source to share
You can read instructions for setting up WCF in VS 2005 here
or
Download WCF Templates for VS 2005
http://blog.stevienova.com/2007/02/25/net-30-wpfwcf-templates-for-vs2005/
and install .net framework 3.0
Here are some helpful links for WCF Extensions and other useful information.
http://social.msdn.microsoft.com/forums/en-US/wcf/thread/b297421e-5030-47e2-96e1-6d1d9920c9c7/
http://forums.asp.net/t/1331127.aspx
Good luck!
a source to share