<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Pushing Data From the Server to Silverlight 3 using a Duplex Wcf Service</title>
	<atom:link href="http://silverlightforbusiness.net/2009/06/23/pushing-data-from-the-server-to-silverlight-3-using-a-duplex-wcf-service/feed/" rel="self" type="application/rss+xml" />
	<link>http://silverlightforbusiness.net/2009/06/23/pushing-data-from-the-server-to-silverlight-3-using-a-duplex-wcf-service/</link>
	<description>Bringing Silverlight to the Enterprise</description>
	<lastBuildDate>Sun, 18 Oct 2009 16:34:31 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Luca</title>
		<link>http://silverlightforbusiness.net/2009/06/23/pushing-data-from-the-server-to-silverlight-3-using-a-duplex-wcf-service/#comment-55</link>
		<dc:creator>Luca</dc:creator>
		<pubDate>Sun, 18 Oct 2009 16:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://silverlightforbusiness.wordpress.com/2009/06/23/pushing-data-from-the-server-to-silverlight-3-using-a-duplex-wcf-service/#comment-55</guid>
		<description>Nevermind, I just added the reference, I figured this would have already been included. :)</description>
		<content:encoded><![CDATA[<p>Nevermind, I just added the reference, I figured this would have already been included. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luca</title>
		<link>http://silverlightforbusiness.net/2009/06/23/pushing-data-from-the-server-to-silverlight-3-using-a-duplex-wcf-service/#comment-54</link>
		<dc:creator>Luca</dc:creator>
		<pubDate>Sun, 18 Oct 2009 16:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://silverlightforbusiness.wordpress.com/2009/06/23/pushing-data-from-the-server-to-silverlight-3-using-a-duplex-wcf-service/#comment-54</guid>
		<description>From the original MIX code I also Updated the reference and noted that it then failed to build as it added the following to the Reference:

public System.Net.CookieContainer CookieContainer {

Which throws up a type namespace error. 
How do I fix this please?</description>
		<content:encoded><![CDATA[<p>From the original MIX code I also Updated the reference and noted that it then failed to build as it added the following to the Reference:</p>
<p>public System.Net.CookieContainer CookieContainer {</p>
<p>Which throws up a type namespace error.<br />
How do I fix this please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://silverlightforbusiness.net/2009/06/23/pushing-data-from-the-server-to-silverlight-3-using-a-duplex-wcf-service/#comment-53</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Tue, 13 Oct 2009 20:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://silverlightforbusiness.wordpress.com/2009/06/23/pushing-data-from-the-server-to-silverlight-3-using-a-duplex-wcf-service/#comment-53</guid>
		<description>Good work, Great samples and Great documentation, exactly what I was looking for.

Thanks from me and my colleges!</description>
		<content:encoded><![CDATA[<p>Good work, Great samples and Great documentation, exactly what I was looking for.</p>
<p>Thanks from me and my colleges!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel Hau</title>
		<link>http://silverlightforbusiness.net/2009/06/23/pushing-data-from-the-server-to-silverlight-3-using-a-duplex-wcf-service/#comment-52</link>
		<dc:creator>Miguel Hau</dc:creator>
		<pubDate>Tue, 13 Oct 2009 17:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://silverlightforbusiness.wordpress.com/2009/06/23/pushing-data-from-the-server-to-silverlight-3-using-a-duplex-wcf-service/#comment-52</guid>
		<description>excellent and simple!  great way to simplifying the wcf duplex service for silverlight.</description>
		<content:encoded><![CDATA[<p>excellent and simple!  great way to simplifying the wcf duplex service for silverlight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://silverlightforbusiness.net/2009/06/23/pushing-data-from-the-server-to-silverlight-3-using-a-duplex-wcf-service/#comment-44</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 21 Sep 2009 19:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://silverlightforbusiness.wordpress.com/2009/06/23/pushing-data-from-the-server-to-silverlight-3-using-a-duplex-wcf-service/#comment-44</guid>
		<description>I&#039;m able to run the sample from visual studio but when i publish as an application to the local IIS 6 server no data comes down. (Connect / disconnect features work, just no data)

Is there a magic setting that i need to look at?</description>
		<content:encoded><![CDATA[<p>I&#8217;m able to run the sample from visual studio but when i publish as an application to the local IIS 6 server no data comes down. (Connect / disconnect features work, just no data)</p>
<p>Is there a magic setting that i need to look at?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Jack</title>
		<link>http://silverlightforbusiness.net/2009/06/23/pushing-data-from-the-server-to-silverlight-3-using-a-duplex-wcf-service/#comment-41</link>
		<dc:creator>Joe Jack</dc:creator>
		<pubDate>Thu, 17 Sep 2009 14:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://silverlightforbusiness.wordpress.com/2009/06/23/pushing-data-from-the-server-to-silverlight-3-using-a-duplex-wcf-service/#comment-41</guid>
		<description>bob,

I ran into the same issue. I&#039;d bet that it is because you copied the contents of the LiveDataService.svc file right into the text file you added. The quotes didnt copy right for me, so just deleting the quotes and re-adding them resolved this issue and I can now add the service reference fine.
Hope this helps.</description>
		<content:encoded><![CDATA[<p>bob,</p>
<p>I ran into the same issue. I&#8217;d bet that it is because you copied the contents of the LiveDataService.svc file right into the text file you added. The quotes didnt copy right for me, so just deleting the quotes and re-adding them resolved this issue and I can now add the service reference fine.<br />
Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://silverlightforbusiness.net/2009/06/23/pushing-data-from-the-server-to-silverlight-3-using-a-duplex-wcf-service/#comment-39</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 02 Sep 2009 15:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://silverlightforbusiness.wordpress.com/2009/06/23/pushing-data-from-the-server-to-silverlight-3-using-a-duplex-wcf-service/#comment-39</guid>
		<description>Ian,

This is great. Thanks for the insight; finally a good WCF example!</description>
		<content:encoded><![CDATA[<p>Ian,</p>
<p>This is great. Thanks for the insight; finally a good WCF example!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://silverlightforbusiness.net/2009/06/23/pushing-data-from-the-server-to-silverlight-3-using-a-duplex-wcf-service/#comment-37</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Wed, 02 Sep 2009 03:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://silverlightforbusiness.wordpress.com/2009/06/23/pushing-data-from-the-server-to-silverlight-3-using-a-duplex-wcf-service/#comment-37</guid>
		<description>hi ian,

i downloaded your source code.
everything works with VS2008, SL3 July version, FW 3.5 SP1.

however, as a learning process, i DELETE the SERVICE REFERENCE and try to add it back in.
this is when i got error:

&quot;An error (Details) occurred while attempting to find services at 
http://localhost:6719/LiveDataService.svc &quot; 

 the LiveDataService.svc runs fine when i right-click and VIEW IN BROWSER.
nothing else changes in the original code except i DELETE the original SERVICE REFERENCE and try to add it back in.

this error occurs for all the projects that i downloaded that based on MIX 09 CHAT SAMPLE and all were built before SL3 July version.

just wondering if you know what might be the problem?

thanks....</description>
		<content:encoded><![CDATA[<p>hi ian,</p>
<p>i downloaded your source code.<br />
everything works with VS2008, SL3 July version, FW 3.5 SP1.</p>
<p>however, as a learning process, i DELETE the SERVICE REFERENCE and try to add it back in.<br />
this is when i got error:</p>
<p>&#8220;An error (Details) occurred while attempting to find services at<br />
<a href="http://localhost:6719/LiveDataService.svc" rel="nofollow">http://localhost:6719/LiveDataService.svc</a> &#8221; </p>
<p> the LiveDataService.svc runs fine when i right-click and VIEW IN BROWSER.<br />
nothing else changes in the original code except i DELETE the original SERVICE REFERENCE and try to add it back in.</p>
<p>this error occurs for all the projects that i downloaded that based on MIX 09 CHAT SAMPLE and all were built before SL3 July version.</p>
<p>just wondering if you know what might be the problem?</p>
<p>thanks&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://silverlightforbusiness.net/2009/06/23/pushing-data-from-the-server-to-silverlight-3-using-a-duplex-wcf-service/#comment-36</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Fri, 28 Aug 2009 17:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://silverlightforbusiness.wordpress.com/2009/06/23/pushing-data-from-the-server-to-silverlight-3-using-a-duplex-wcf-service/#comment-36</guid>
		<description>hi,

thanks for the concise sample.

have a question about the empty class:
public class DuplexMessage{}

why the empty class?
wouldn&#039;t it make more sense to put something in there and then allow other classes to derive from it?</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>thanks for the concise sample.</p>
<p>have a question about the empty class:<br />
public class DuplexMessage{}</p>
<p>why the empty class?<br />
wouldn&#8217;t it make more sense to put something in there and then allow other classes to derive from it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Mikunov</title>
		<link>http://silverlightforbusiness.net/2009/06/23/pushing-data-from-the-server-to-silverlight-3-using-a-duplex-wcf-service/#comment-34</link>
		<dc:creator>Alex Mikunov</dc:creator>
		<pubDate>Thu, 27 Aug 2009 00:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://silverlightforbusiness.wordpress.com/2009/06/23/pushing-data-from-the-server-to-silverlight-3-using-a-duplex-wcf-service/#comment-34</guid>
		<description>Could you post SL3 client code which doesn&#039;t use proxy generation/add Service Reference and uses the Channel Model instead?
(All existing samples, including MSDN ones no longer seem to work after migrating to SL3)

Thanks.
Alex Mikunov</description>
		<content:encoded><![CDATA[<p>Could you post SL3 client code which doesn&#8217;t use proxy generation/add Service Reference and uses the Channel Model instead?<br />
(All existing samples, including MSDN ones no longer seem to work after migrating to SL3)</p>
<p>Thanks.<br />
Alex Mikunov</p>
]]></content:encoded>
	</item>
</channel>
</rss>
