Can I use WCF on Visual Studio 2005?
Posted
by Hemant
on Stack Overflow
See other posts from Stack Overflow
or by Hemant
Published on 2010-05-15T09:16:57Z
Indexed on
2010/05/15
9:24 UTC
Read the original article
Hit count: 228
I am about to start a project which consumes third party web services. Because of a legacy system, I am told that I can only use Visual Studio 2005/.NET 2.0. (Though I would have preferred Visual Studio 2008 on .NET 3.5)
My understanding is that WCF was released with .NET 3.0. So is there any possibility to use WCF on Visual Studio 2005 by using just the WCF assemblies of .NET 3.0? I will then try to convince them that it is just like using external framework which doesn't disturb anything.
© Stack Overflow or respective owner