WCF/WF - Can I use both BasicHttpBinding and pollingDuplexbinding in a same project.. How..?
Asked By Neha Garg on 16-Mar-13 06:30 AM
hello friends,
I have developed a Silverlight application using WCF services for Insert, Update & Delete operations.
Now, i am using a Duplex functionality in WCF service using Duplex.dll. But at the time of calling the service i am getting the error. "
Contract requires Duplex, but Binding 'CustomBinding' doesn't support it or isn't configured properly to support it."
"
Can i implement basic and pollingduplex binding in same project.