<?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 : Use EntitityService of Silverlight-App from local WPF App</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Use EntitityService of Silverlight-App from local WPF App</description>
  <pubDate>Mon, 13 Apr 2026 16:15:45 -700</pubDate>
  <lastBuildDate>Thu, 24 Feb 2011 15:38:07 -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=2527</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>Use EntitityService of Silverlight-App from local WPF App : Hi Andrew,The entity model you...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2527&amp;PID=10071#10071</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=449" rel="nofollow">smi-mark</a><br /><strong>Subject:</strong> 2527<br /><strong>Posted:</strong> 24-Feb-2011 at 3:38pm<br /><br />Hi Andrew,<br><br>The entity model you create on the web server is the one you use in WPF. If you currently have it inside the web project, and not as a separate, then you may want to think about having it structured like this:<br><br>MyModel.Desktop (Namespace MyModel)<br>&nbsp;&nbsp;&nbsp;&nbsp; Edmx<br><br>MyModel.SL (Namespace MyModel)<br>&nbsp;&nbsp;&nbsp;&nbsp; Linked Edmx<br><br><br>SL Application - Reference to MyModel.SL<br>Web Project - Reference to MyModel.Desktop<br>WPF Application - Reference to MyModel.Desktop<br>]]>
   </description>
   <pubDate>Thu, 24 Feb 2011 15:38:07 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2527&amp;PID=10071#10071</guid>
  </item> 
  <item>
   <title>Use EntitityService of Silverlight-App from local WPF App : Hi Denis,  thank you for your...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2527&amp;PID=10070#10070</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=692" rel="nofollow">Andrew</a><br /><strong>Subject:</strong> 2527<br /><strong>Posted:</strong> 24-Feb-2011 at 2:01pm<br /><br />Hi Denis,<DIV>&nbsp;</DIV><DIV>thank you for your reply.</DIV><DIV>So I'm happy&nbsp;that it will work.</DIV><DIV>&nbsp;</DIV><DIV>Then the next question is how to share the same entity model.</DIV><DIV>I would like to have one entity model that will be referenced from the silverlight and the wpf application.</DIV><DIV>Is this possible?</DIV><DIV>&nbsp;</DIV><DIV>Can I have the same type of EntityManager from my entities then?</DIV><DIV>Which files do I have to reference?</DIV><DIV>&nbsp;</DIV><DIV>Thank you</DIV><DIV>Andrew</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 24 Feb 2011 14:01:43 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2527&amp;PID=10070#10070</guid>
  </item> 
  <item>
   <title>Use EntitityService of Silverlight-App from local WPF App : Hi Andrew;You should be able to...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2527&amp;PID=10069#10069</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> 2527<br /><strong>Posted:</strong> 24-Feb-2011 at 1:45pm<br /><br />Hi Andrew;<div><br></div><div>You should be able to connect to an existing Silverlight application entity service by changing the WPF application app.config file.</div><div><br></div><div>For example, if I have an existing WPF application called WpfApplication1, my current app.config will contain the following:</div><div><br></div><div><div>&nbsp;&nbsp; &nbsp;&lt;objectServer remoteBaseURL="http://localhost" serviceName="WpfApplication1/EntityService.svc"&gt;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;&lt;clientSettings isDistributed="true" /&gt;</div><div>&nbsp;&nbsp; &nbsp;&lt;/objectServer&gt;</div></div><div><br></div><div>I have another Silverlight application called SilverlightApplication1 whose EntityService is located on the following address:</div><div><br></div><div>http://localhost/SilverlightApplication1/entityservice.svc</div><div><br></div><div>To allow my WpfApplication1 to connect to this SilverlightApplication1 EntityService, I just changed my WpfApplication1 app.config to the following:</div><div><br></div><div><div>&nbsp;&nbsp; &nbsp;&lt;objectServer remoteBaseURL="http://localhost" serviceName="<b>SilverlightApplication1</b>/EntityService.svc"&gt;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;&lt;clientSettings isDistributed="true" /&gt;</div><div>&nbsp;&nbsp; &nbsp;&lt;/objectServer&gt;</div></div><div><br></div><div>If you have already tried this, could you give me more info as to how your existing Silverlight app is configured and deployed? Any additional info on what you have tried and didn't work will help as well.</div>]]>
   </description>
   <pubDate>Thu, 24 Feb 2011 13:45:32 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2527&amp;PID=10069#10069</guid>
  </item> 
  <item>
   <title>Use EntitityService of Silverlight-App from local WPF App : Hi,  is it possible to connect...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2527&amp;PID=10048#10048</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=692" rel="nofollow">Andrew</a><br /><strong>Subject:</strong> 2527<br /><strong>Posted:</strong> 23-Feb-2011 at 3:23pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>is it possible to connect to the EntityService of an existing Silverlight application?</DIV><DIV>The idea is to make a WPF application that uses this EntityService of an existing<BR>Silverlight application&nbsp;for sharing the data within a local running application.</DIV><DIV>&nbsp;</DIV><DIV>If it's possible, please give me some hints how to configure the WPF application<BR>to get it work, cause I've tried already but it didn't work.</DIV><DIV>&nbsp;</DIV><DIV>Thanks </DIV><DIV>Andrew</DIV>]]>
   </description>
   <pubDate>Wed, 23 Feb 2011 15:23:24 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2527&amp;PID=10048#10048</guid>
  </item> 
 </channel>
</rss>