hi all, i have written a wcf service which implements basic methods like ,say,connect,whisper,etc.(have used sessionmode=sessionmode.required) while declaring the interface but when i try to host it in a silverlight appln. by using ADD SERVICE REFERENCE, i get an error saying ....
Contract requires Session, but Binding 'BasicHttpBinding' doesn't support it or isn't configured properly to support it.
any suggestions???
|
| Author: Srinivas (C'nu) 23 Sep 2008 | Member Level: Silver | Rating: Points: 2 |
You might need to change the Binding type and try with WShtppbinding or read about binding which support session.
Thanks Srinivas
|