0
Yes.. you can.. WCF is built on top of .net 2.0 but does not have WCF. Add your service as "add web reference" not "add service reference" and try. Also, set the target .NET FW to 2.0.
0
Hi friend,
.Net 2.0 doesn't provide support to WCF classes. This is new feature in 3.5 and later on versions.
In 3.5 it should be working fine. You might have used the 4.0 library function which are not available in 3.5.
Thanks.
0
You can't run WCF in .NET 2.0 because it wasn't introduced until .NET 3.0.