The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Calling WCF Duplex service in Silverlight
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

jeremy souffirPosted Apr 5, 2012, 4:46 AM
http://wcfduplexazure.codeplex.com/
AndrewPosted Jun 20, 2011, 1:30 PM
At the end of Step 7 you say: "Once you've taken care of that, you're ready to make the first modification to the web.config file. Find the <system.serviceModel> element, and add this inside it." What am I supposed to add inside the element? I'm trying to learn this code, so I can't be expected to just make it up out of thin air or know what I'm doing... Also, it should be noted that these two namespaces need to be included in the service (IAsyncTask.cs): using System.Threading; using System.ServiceModel.Activation;