Hi.
I have WCF that works fine when asp.net configured to 4.
Not working if .Net is 2
What can I do?
thanks.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Mar 16, 2011, 2:24 PM
Amit ChoudharyPosted Mar 14, 2011, 8:14 AM
.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.
VulpesPosted Mar 14, 2011, 8:14 AM