<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Silverlight 5 and Push</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Silverlight 5 and Push</description>
  <pubDate>Wed, 13 May 2026 15:07:42 -700</pubDate>
  <lastBuildDate>Tue, 13 Dec 2011 03:47:05 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=3149</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Silverlight 5 and Push :   Hi DenisThanks that worked....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3149&amp;PID=12227#12227</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=770" rel="nofollow">GeorgeB</a><br /><strong>Subject:</strong> 3149<br /><strong>Posted:</strong> 13-Dec-2011 at 3:47am<br /><br />Hi Denis<div>&nbsp;</div><div>Thanks that worked. </div><div>&nbsp;</div><div>I had changed the PollingDuplex&nbsp;reference in my web project but I've never had the System.ServiceModel.NetTcp referenced before in my Silverlight 4 app.</div><div>&nbsp;</div><div>Kr</div><div>George</div>]]>
   </description>
   <pubDate>Tue, 13 Dec 2011 03:47:05 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3149&amp;PID=12227#12227</guid>
  </item> 
  <item>
   <title>Silverlight 5 and Push : Hi George;On your Silverlight...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3149&amp;PID=12225#12225</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 3149<br /><strong>Posted:</strong> 12-Dec-2011 at 6:57pm<br /><br />Hi George;<div><br></div><div>On your Silverlight app, please ensure that you have referenced the System.ServiceModel.NetTCP v5.0.5 and on your web project, System.ServiceModel.PollingDuplex which can be found in&nbsp;C:\Program Files (x86)\Microsoft SDKs\Silverlight\v5.0\Libraries\Server\System.ServiceModel.PollingDuplex.dll</div><div><br></div><div>We've found that when upgrading Silverlight 4 apps to Silverlight 5, some assemblies require to be explicitly referenced. If not, the Silverlight 4 assemblies will end up being implicitly referenced.</div>]]>
   </description>
   <pubDate>Mon, 12 Dec 2011 18:57:32 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3149&amp;PID=12225#12225</guid>
  </item> 
  <item>
   <title>Silverlight 5 and Push : Hi George;We&amp;#039;re able to reproduce...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3149&amp;PID=12224#12224</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 3149<br /><strong>Posted:</strong> 12-Dec-2011 at 6:40pm<br /><br />Hi George;<div><br></div><div>We're able to reproduce the issue here and are currently investigating. I'll keep you updated.</div>]]>
   </description>
   <pubDate>Mon, 12 Dec 2011 18:40:27 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3149&amp;PID=12224#12224</guid>
  </item> 
  <item>
   <title>Silverlight 5 and Push :    HiI upgraded an application...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3149&amp;PID=12217#12217</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=770" rel="nofollow">GeorgeB</a><br /><strong>Subject:</strong> 3149<br /><strong>Posted:</strong> 12-Dec-2011 at 8:26am<br /><br />Hi<div>&nbsp;</div><div>I upgraded an application to the RTM version of Silverlight 5&nbsp;and now when I try to RegisterCallback&nbsp;for my save interceptor,&nbsp;I get an error from the server. All I did was change to SL5.</div><div>&nbsp;</div><div>{IdeaBlade.EntityModel.EntityServerConnectionException: Communications with the service 'sl-NotificationService_Local' using Uri of 'http://localhost/EntityServer_Local.svc/sl-NotificationService cannot be started.&nbsp; See the internal exception for more information. ---&gt; System.IO.FileNotFoundException: Could not load file or assembly 'System.ServiceModel.NetTcp, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.PushFns.GetDefaultSilverlightPushBinding(String scheme)<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.DuplexProxy`2.GetBinding(String scheme)<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.WcfProxy`1.CreateProxyCore()<br>&nbsp;&nbsp; --- End of inner exception stack trace ---<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.AsyncProcessor`1.&lt;&gt;c__DisplayClass2.&lt;.ctor&gt;b__0(TArgs args)<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.AsyncProcessor`1.Signal()<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.AsyncProcessor`1.PreActionCancelled()<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.AsyncProcessor`1.Execute()<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.EntityManager.&lt;&gt;c__DisplayClassc8`1.&lt;DoAsyncRequest&gt;b__c5()<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.EntityManager.DoAsyncAction(Action action)<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.EntityManager.DoAsyncRequest&#091;TArgs&#093;(AsyncProcessor`1 processor)<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.EntityManager.RegisterCallbackAsyncCore(AsyncProcessor`1 processor)<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.EntityManager.RegisterCallback(String serviceTypeName, String serviceMethodName, Action`1 callback, Object userToken, Object&#091;&#093; clientArgs)<br>&nbsp;&nbsp; at MyApp.Repository.DomainModelRepository.RegisterMyAppCallback(String owToken)<br>&nbsp;&nbsp; at MyApp.ViewModels.ShellViewModel.SubscribeToCallback()<br>&nbsp;&nbsp; at MyApp.ViewModels.ShellViewModel.OnLoginChanged(LoginChangedEvent args)}</div><div>&nbsp;</div><div>&nbsp;</div><div><div>Kr</div><div>George</div></div><span style="font-size:10px"><br /><br />Edited by GeorgeB - 12-Dec-2011 at 8:50am</span>]]>
   </description>
   <pubDate>Mon, 12 Dec 2011 08:26:33 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3149&amp;PID=12217#12217</guid>
  </item> 
 </channel>
</rss>