<?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/"
		>
<channel>
	<title>Comments on: Post Galaxy in Silverlight &#8211; By Thomas Holloway</title>
	<atom:link href="http://michaelsync.net/2008/07/07/post-galaxy-in-silverlight-by-thomas-holloway/feed" rel="self" type="application/rss+xml" />
	<link>http://michaelsync.net/2008/07/07/post-galaxy-in-silverlight-by-thomas-holloway</link>
	<description>Sharing our knowledge</description>
	<lastBuildDate>Mon, 30 Apr 2012 09:19:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<item>
		<title>By: jay</title>
		<link>http://michaelsync.net/2008/07/07/post-galaxy-in-silverlight-by-thomas-holloway/comment-page-1#comment-355910</link>
		<dc:creator>jay</dc:creator>
		<pubDate>Wed, 02 Nov 2011 08:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=983#comment-355910</guid>
		<description>Error	2	The referenced assembly &quot;C:\Users\Devil\Documents\Downloads\Compressed\SilverlightPostGalaxy_2\MyService\bin\Debug\MyService.dll&quot; was not found. If this assembly is produced by another one of your projects, please make sure to build that project before building this one.	Web
AFTER MAKING COMMENT
public DuplexFactory(TimeSpan pollTimeout, TimeSpan inactivityTimeout)
 {
 UIThread = SynchronizationContext.Current;
 PollingDuplexHttpBinding binding = new PollingDuplexHttpBinding()
 {
 //PollTimeout = pollTimeout,
 InactivityTimeout = inactivityTimeout
 };</description>
		<content:encoded><![CDATA[<p>Error	2	The referenced assembly &#8220;C:\Users\Devil\Documents\Downloads\Compressed\SilverlightPostGalaxy_2\MyService\bin\Debug\MyService.dll&#8221; was not found. If this assembly is produced by another one of your projects, please make sure to build that project before building this one.	Web<br />
AFTER MAKING COMMENT<br />
public DuplexFactory(TimeSpan pollTimeout, TimeSpan inactivityTimeout)<br />
 {<br />
 UIThread = SynchronizationContext.Current;<br />
 PollingDuplexHttpBinding binding = new PollingDuplexHttpBinding()<br />
 {<br />
 //PollTimeout = pollTimeout,<br />
 InactivityTimeout = inactivityTimeout<br />
 };</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jay</title>
		<link>http://michaelsync.net/2008/07/07/post-galaxy-in-silverlight-by-thomas-holloway/comment-page-1#comment-355909</link>
		<dc:creator>jay</dc:creator>
		<pubDate>Wed, 02 Nov 2011 08:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=983#comment-355909</guid>
		<description>Error	1	&#039;System.ServiceModel.PollingDuplexHttpBinding&#039; does not contain a definition for &#039;PollTimeout&#039;	C:\Users\Devil\Documents\Downloads\Compressed\SilverlightPostGalaxy_2\Plex\Common\DuplexFactory.cs	62	17	Plex

in this function::

 public DuplexFactory(TimeSpan pollTimeout, TimeSpan inactivityTimeout)
        {
            UIThread = SynchronizationContext.Current;
            PollingDuplexHttpBinding binding = new PollingDuplexHttpBinding()
            {
                PollTimeout = pollTimeout,
                InactivityTimeout = inactivityTimeout
            };
can u help me</description>
		<content:encoded><![CDATA[<p>Error	1	&#8216;System.ServiceModel.PollingDuplexHttpBinding&#8217; does not contain a definition for &#8216;PollTimeout&#8217;	C:\Users\Devil\Documents\Downloads\Compressed\SilverlightPostGalaxy_2\Plex\Common\DuplexFactory.cs	62	17	Plex</p>
<p>in this function::</p>
<p> public DuplexFactory(TimeSpan pollTimeout, TimeSpan inactivityTimeout)<br />
        {<br />
            UIThread = SynchronizationContext.Current;<br />
            PollingDuplexHttpBinding binding = new PollingDuplexHttpBinding()<br />
            {<br />
                PollTimeout = pollTimeout,<br />
                InactivityTimeout = inactivityTimeout<br />
            };<br />
can u help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jags</title>
		<link>http://michaelsync.net/2008/07/07/post-galaxy-in-silverlight-by-thomas-holloway/comment-page-1#comment-302448</link>
		<dc:creator>Jags</dc:creator>
		<pubDate>Tue, 17 May 2011 14:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=983#comment-302448</guid>
		<description>the solution doesnt compile anymore. the signatures of the CustomBinding throws error. please help.</description>
		<content:encoded><![CDATA[<p>the solution doesnt compile anymore. the signatures of the CustomBinding throws error. please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manish</title>
		<link>http://michaelsync.net/2008/07/07/post-galaxy-in-silverlight-by-thomas-holloway/comment-page-1#comment-261418</link>
		<dc:creator>Manish</dc:creator>
		<pubDate>Thu, 18 Nov 2010 12:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=983#comment-261418</guid>
		<description>Hi I try to run this code but its giving me error 
on called the method
private void CompleteOnSend(IAsyncResult result)
        {
            channel = (IDuplexSessionChannel)result.AsyncState;
            channel.EndSend(result);
            if (MessageSent != null)
                MessageSent(this, new EventArgs());
        }


channel = (IDuplexSessionChannel)result.AsyncState;
 on thsi line it give me error because result.AsyncState show false
I am using SL3
Is any changes required to run this project on SL3</description>
		<content:encoded><![CDATA[<p>Hi I try to run this code but its giving me error<br />
on called the method<br />
private void CompleteOnSend(IAsyncResult result)<br />
        {<br />
            channel = (IDuplexSessionChannel)result.AsyncState;<br />
            channel.EndSend(result);<br />
            if (MessageSent != null)<br />
                MessageSent(this, new EventArgs());<br />
        }</p>
<p>channel = (IDuplexSessionChannel)result.AsyncState;<br />
 on thsi line it give me error because result.AsyncState show false<br />
I am using SL3<br />
Is any changes required to run this project on SL3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karate Dad</title>
		<link>http://michaelsync.net/2008/07/07/post-galaxy-in-silverlight-by-thomas-holloway/comment-page-1#comment-223793</link>
		<dc:creator>Karate Dad</dc:creator>
		<pubDate>Mon, 12 Apr 2010 22:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=983#comment-223793</guid>
		<description>I am confused on one thing, where you declare clientCallBacks, that won&#039;t be static across that server, right?  Each new call to the service is going to generate a new instance of the dictionary.  How would I globally store a list of all the clients, so I can push messages to them as needed?  (most of the examples out there use a timer to send messages on an interval, which isn&#039;t too real world).

Thanks,
Mark</description>
		<content:encoded><![CDATA[<p>I am confused on one thing, where you declare clientCallBacks, that won&#8217;t be static across that server, right?  Each new call to the service is going to generate a new instance of the dictionary.  How would I globally store a list of all the clients, so I can push messages to them as needed?  (most of the examples out there use a timer to send messages on an interval, which isn&#8217;t too real world).</p>
<p>Thanks,<br />
Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hakki Yilmaz</title>
		<link>http://michaelsync.net/2008/07/07/post-galaxy-in-silverlight-by-thomas-holloway/comment-page-1#comment-215490</link>
		<dc:creator>Hakki Yilmaz</dc:creator>
		<pubDate>Mon, 01 Mar 2010 21:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=983#comment-215490</guid>
		<description>I could not make this application running at SL 3. Is anyone succeed</description>
		<content:encoded><![CDATA[<p>I could not make this application running at SL 3. Is anyone succeed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kobus</title>
		<link>http://michaelsync.net/2008/07/07/post-galaxy-in-silverlight-by-thomas-holloway/comment-page-1#comment-204538</link>
		<dc:creator>Kobus</dc:creator>
		<pubDate>Mon, 16 Nov 2009 07:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=983#comment-204538</guid>
		<description>Hi Thomas.

I would be interested to see this application work with SilverLight 3.

I am having some problems getting it to run and my Silverlights knowledge is limited.</description>
		<content:encoded><![CDATA[<p>Hi Thomas.</p>
<p>I would be interested to see this application work with SilverLight 3.</p>
<p>I am having some problems getting it to run and my Silverlights knowledge is limited.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pablo</title>
		<link>http://michaelsync.net/2008/07/07/post-galaxy-in-silverlight-by-thomas-holloway/comment-page-1#comment-187221</link>
		<dc:creator>pablo</dc:creator>
		<pubDate>Wed, 15 Jul 2009 18:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=983#comment-187221</guid>
		<description>Hi, i am trying your solution with silverlight 2.

I had to change to little things: polltimeout (by servertimeout in one of the places it was used and dont know what timeout to use in the other place because the class doesnt has a %polltimeout% like).

After that changes the project runs well but i am getting some exceptions. If an user leave closing the explorer &quot;item.UserJoined(newUserMessage);&quot; thows an exception. Another problem is that when an user leave the list of online users does not refresh.

I am trying to understand the code but i am new in silverlight. Do u have an updated version of this project?

thanks.</description>
		<content:encoded><![CDATA[<p>Hi, i am trying your solution with silverlight 2.</p>
<p>I had to change to little things: polltimeout (by servertimeout in one of the places it was used and dont know what timeout to use in the other place because the class doesnt has a %polltimeout% like).</p>
<p>After that changes the project runs well but i am getting some exceptions. If an user leave closing the explorer &#8220;item.UserJoined(newUserMessage);&#8221; thows an exception. Another problem is that when an user leave the list of online users does not refresh.</p>
<p>I am trying to understand the code but i am new in silverlight. Do u have an updated version of this project?</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PeteGoo</title>
		<link>http://michaelsync.net/2008/07/07/post-galaxy-in-silverlight-by-thomas-holloway/comment-page-1#comment-176754</link>
		<dc:creator>PeteGoo</dc:creator>
		<pubDate>Sun, 07 Jun 2009 22:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=983#comment-176754</guid>
		<description>You instantiate a writer from the JsonReaderWriterFactory multiple times but you never actually use them.</description>
		<content:encoded><![CDATA[<p>You instantiate a writer from the JsonReaderWriterFactory multiple times but you never actually use them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Open Coding &#187; Blog Archive &#187; Won the First Prize!</title>
		<link>http://michaelsync.net/2008/07/07/post-galaxy-in-silverlight-by-thomas-holloway/comment-page-1#comment-86958</link>
		<dc:creator>Open Coding &#187; Blog Archive &#187; Won the First Prize!</dc:creator>
		<pubDate>Sun, 27 Jul 2008 18:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/?p=983#comment-86958</guid>
		<description>[...] Post Galaxy in Silverlight - By Thomas Holloway [...]</description>
		<content:encoded><![CDATA[<p>[...] Post Galaxy in Silverlight &#8211; By Thomas Holloway [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

