0
votes

I stuck in a problem regarding wcf Callback service.

I am trying to develop WCF Callback service using netTcpBinding, I successfully created this Callback Service using wsDualHttpBinding but when i try to achive same thing using netTcpBinding, I am always stuck in some problem.

sometimes it is "Contract requires Duplex, but Binding 'BasicHttpBinding' doesn't support it or isn't configured properly to support it."

or "This protocol does not support netTcpBinding"

so anyone can show me how to configure web.config file and how to overcome this types of error..

Thank you.

1

1 Answers

0
votes

Without you supplying the code and config that you are currently using it is difficult to tell what is causing this error.

Maybe take a look at Duplex Messaging and TechNet: Creating a Duplex Service.