<?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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Peter McGrattan's Weblog</title>
	<atom:link href="http://petermcg.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://petermcg.wordpress.com</link>
	<description>Silverlight, WCF, ASP.NET, AJAX, Graphics, RIA</description>
	<lastBuildDate>Thu, 12 Nov 2009 06:16:49 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Silverlight 2.0 Pie Chart (Beta) by Jack D</title>
		<link>http://petermcg.wordpress.com/2008/05/18/silverlight-20-pie-chart/#comment-421</link>
		<dc:creator>Jack D</dc:creator>
		<pubDate>Thu, 12 Nov 2009 06:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://petermcg.wordpress.com/2008/05/18/silverlight-20-pie-chart/#comment-421</guid>
		<description>Excellent article. Just I integrated it in to WPF but mouse over animate and video chart not working. In video chart it show some error in VideoBrush. Simple pie chart working but mouse over animate not working. Any suggestion.</description>
		<content:encoded><![CDATA[<p>Excellent article. Just I integrated it in to WPF but mouse over animate and video chart not working. In video chart it show some error in VideoBrush. Simple pie chart working but mouse over animate not working. Any suggestion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight 2 WCF Polling Duplex Support &#8211; Part 2: The Server by Leon Shahar</title>
		<link>http://petermcg.wordpress.com/2008/09/03/silverlight-polling-duplex-part-2-the-server/#comment-419</link>
		<dc:creator>Leon Shahar</dc:creator>
		<pubDate>Fri, 30 Oct 2009 11:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://petermcg.wordpress.com/2008/09/03/silverlight-polling-duplex-part-2-the-server/#comment-419</guid>
		<description>Thanks Mazhar for your comments.
It&#039;s true, hosting your services in IIS is far easier, but is quite limiting.
In a distributed topology services may run on boxes without IIS.
I found, eventually, a solution for that issue which involves programmatic configuration on both client and server. I whish VS2008 and WCF would provide better tools to configure this scenario.

Regards
Leon</description>
		<content:encoded><![CDATA[<p>Thanks Mazhar for your comments.<br />
It&#8217;s true, hosting your services in IIS is far easier, but is quite limiting.<br />
In a distributed topology services may run on boxes without IIS.<br />
I found, eventually, a solution for that issue which involves programmatic configuration on both client and server. I whish VS2008 and WCF would provide better tools to configure this scenario.</p>
<p>Regards<br />
Leon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight 2 WCF Polling Duplex Support &#8211; Part 4: Adding a WPF Client by Mazhar Karimi</title>
		<link>http://petermcg.wordpress.com/2008/11/19/silverlight-polling-duplex-part-4-wpf-client/#comment-418</link>
		<dc:creator>Mazhar Karimi</dc:creator>
		<pubDate>Fri, 30 Oct 2009 04:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://petermcg.wordpress.com/2008/11/19/silverlight-polling-duplex-part-4-wpf-client/#comment-418</guid>
		<description>Great Post,

But how can we seperate the Duplex calls from UI Thread? Is there any possibility that client gets a deadlock while serving incoming/ outgoing duplex calls,</description>
		<content:encoded><![CDATA[<p>Great Post,</p>
<p>But how can we seperate the Duplex calls from UI Thread? Is there any possibility that client gets a deadlock while serving incoming/ outgoing duplex calls,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debugging Polling Duplex on localhost with ipv4.fiddler by Mazhar Karimi</title>
		<link>http://petermcg.wordpress.com/2008/09/30/debugging-polling-duplex-on-localhost-with-ipv4-fiddler/#comment-417</link>
		<dc:creator>Mazhar Karimi</dc:creator>
		<pubDate>Fri, 30 Oct 2009 04:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://petermcg.wordpress.com/2008/09/30/debugging-polling-duplex-on-localhost-with-ipv4-fiddler/#comment-417</guid>
		<description>But when it comes the Binary Encoding, fiddler is useless, it doesn&#039;t help much. 
Is there any way to solve it?</description>
		<content:encoded><![CDATA[<p>But when it comes the Binary Encoding, fiddler is useless, it doesn&#8217;t help much.<br />
Is there any way to solve it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight 2 WCF Polling Duplex Support &#8211; Part 2: The Server by Mazhar Karimi</title>
		<link>http://petermcg.wordpress.com/2008/09/03/silverlight-polling-duplex-part-2-the-server/#comment-416</link>
		<dc:creator>Mazhar Karimi</dc:creator>
		<pubDate>Fri, 30 Oct 2009 04:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://petermcg.wordpress.com/2008/09/03/silverlight-polling-duplex-part-2-the-server/#comment-416</guid>
		<description>It would be better to host the service on IIS, many users would not be able to access it using custom port.

when you are hosting the service using StockServiceHost, specify the htttransport and other configs, it would help alot to perform well but to some extent (better to deploy on IIS.)

As in your service you don&#039;t have any global Data objects to manage, make the concurrency mode multiple, this will improve alot, and if you do have global data objects, lock them before them changing.

Deployment on IIS will ease the Client Implementation part as well.</description>
		<content:encoded><![CDATA[<p>It would be better to host the service on IIS, many users would not be able to access it using custom port.</p>
<p>when you are hosting the service using StockServiceHost, specify the htttransport and other configs, it would help alot to perform well but to some extent (better to deploy on IIS.)</p>
<p>As in your service you don&#8217;t have any global Data objects to manage, make the concurrency mode multiple, this will improve alot, and if you do have global data objects, lock them before them changing.</p>
<p>Deployment on IIS will ease the Client Implementation part as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customizing the Silverlight 2 ItemsControl with Templates by Merlinox</title>
		<link>http://petermcg.wordpress.com/2009/02/15/customizing-the-silverlight-2-itemscontrol-with-templates/#comment-415</link>
		<dc:creator>Merlinox</dc:creator>
		<pubDate>Thu, 08 Oct 2009 15:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://petermcg.wordpress.com/2009/02/15/customizing-the-silverlight-2-itemscontrol-with-templates/#comment-415</guid>
		<description>How may I do it using a generic.xaml theme file? I&#039;m studying how to do it to apply to RadTabControl of telerik.</description>
		<content:encoded><![CDATA[<p>How may I do it using a generic.xaml theme file? I&#8217;m studying how to do it to apply to RadTabControl of telerik.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight 2 WCF Polling Duplex Support &#8211; Part 2: The Server by Leon Shahar</title>
		<link>http://petermcg.wordpress.com/2008/09/03/silverlight-polling-duplex-part-2-the-server/#comment-414</link>
		<dc:creator>Leon Shahar</dc:creator>
		<pubDate>Wed, 07 Oct 2009 13:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://petermcg.wordpress.com/2008/09/03/silverlight-polling-duplex-part-2-the-server/#comment-414</guid>
		<description>Hi Peter,
I&#039;m following your post and the download code as a guide to implement a self-hosted wcf service and a Silverlight 3 client.
My service is a very simple one declaring a single &quot;Login&quot; operation in its contract (which follows exactly the same signatures as the download code).
I&#039;ve put together all the pieces, the only exception is that I created a service host console application and added a reference to the service assembly.
When I run the application, first I launch the service host I get an Unhandled exception Sys.InvalidOperationException.ManagedRuntimeError error # 404... Server Not Found.
I&#039;ve also built the solution in the download code, converted it to vs2008 and changed to MessageVersion.Soap12WSAddressing10. When I run the sample I get the same error.
I&#039;m stuck with this issue, can you suggest a fix?
I&#039;ll appriciate any help here

Regards
Leon</description>
		<content:encoded><![CDATA[<p>Hi Peter,<br />
I&#8217;m following your post and the download code as a guide to implement a self-hosted wcf service and a Silverlight 3 client.<br />
My service is a very simple one declaring a single &#8220;Login&#8221; operation in its contract (which follows exactly the same signatures as the download code).<br />
I&#8217;ve put together all the pieces, the only exception is that I created a service host console application and added a reference to the service assembly.<br />
When I run the application, first I launch the service host I get an Unhandled exception Sys.InvalidOperationException.ManagedRuntimeError error # 404&#8230; Server Not Found.<br />
I&#8217;ve also built the solution in the download code, converted it to vs2008 and changed to MessageVersion.Soap12WSAddressing10. When I run the sample I get the same error.<br />
I&#8217;m stuck with this issue, can you suggest a fix?<br />
I&#8217;ll appriciate any help here</p>
<p>Regards<br />
Leon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customizing the Silverlight 2 ItemsControl with Templates by Kurt</title>
		<link>http://petermcg.wordpress.com/2009/02/15/customizing-the-silverlight-2-itemscontrol-with-templates/#comment-413</link>
		<dc:creator>Kurt</dc:creator>
		<pubDate>Thu, 24 Sep 2009 20:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://petermcg.wordpress.com/2009/02/15/customizing-the-silverlight-2-itemscontrol-with-templates/#comment-413</guid>
		<description>Thanks - this got me started on the path of ItemsControl Templates! Great stuff.</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; this got me started on the path of ItemsControl Templates! Great stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stock List Demo Optimised by sandrar</title>
		<link>http://petermcg.wordpress.com/2008/07/04/stock-list-demo-optimised/#comment-411</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 20:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://petermcg.wordpress.com/2008/07/04/stock-list-demo-optimised/#comment-411</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight 2 Samples Updated by Alex Mikunov</title>
		<link>http://petermcg.wordpress.com/2008/10/21/silverlight-2-samples-updated-to-rtw/#comment-409</link>
		<dc:creator>Alex Mikunov</dc:creator>
		<pubDate>Wed, 26 Aug 2009 06:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://petermcg.wordpress.com/2008/10/21/silverlight-2-samples-updated-to-rtw/#comment-409</guid>
		<description>Changing 
Message message = Message.CreateMessage(MessageVersion.Soap11, &quot;Silverlight/IStockService/Register&quot;);
to
Message message = Message.CreateMessage(MessageVersion.Soap12WSAddressing10, &quot;Silverlight/IStockService/Register&quot;);
seems to make things better</description>
		<content:encoded><![CDATA[<p>Changing<br />
Message message = Message.CreateMessage(MessageVersion.Soap11, &#8220;Silverlight/IStockService/Register&#8221;);<br />
to<br />
Message message = Message.CreateMessage(MessageVersion.Soap12WSAddressing10, &#8220;Silverlight/IStockService/Register&#8221;);<br />
seems to make things better</p>
]]></content:encoded>
	</item>
</channel>
</rss>
