<?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 : Creating the Silverlight Link in an Existing Project</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Creating the Silverlight Link in an Existing Project</description>
  <pubDate>Wed, 10 Jun 2026 17:32:43 -700</pubDate>
  <lastBuildDate>Fri, 27 Aug 2010 20:08:13 -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=2101</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>Creating the Silverlight Link in an Existing Project : Thanks Guys. The Assembly name...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2101&amp;PID=8266#8266</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=914" rel="nofollow">benmcneill</a><br /><strong>Subject:</strong> 2101<br /><strong>Posted:</strong> 27-Aug-2010 at 8:08pm<br /><br />Thanks Guys. The Assembly name seemed correct, but still would not generate, so I did so manually.]]>
   </description>
   <pubDate>Fri, 27 Aug 2010 20:08:13 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2101&amp;PID=8266#8266</guid>
  </item> 
  <item>
   <title>Creating the Silverlight Link in an Existing Project : The linkage is done automatically...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2101&amp;PID=8264#8264</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 2101<br /><strong>Posted:</strong> 27-Aug-2010 at 6:11pm<br /><br />The linkage is done automatically by DevForce only when the SL assembly name "corresponds" to the assembly name of the .NET project holding the EDMX.&nbsp; To correspond, the SL assembly name must be the same as the .NET project; or be the same as the .NET project stripped of any ".Web" suffix; or start with the .NET assembly name followed by a "." something.&nbsp; For example, if your EDMX is in a project with an assembly name of "DomainModel", then automatic linkage would occur if the SL project was named "DomainModel" or "DomainModel.SL" or similar.<DIV></DIV><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>As Ting noted, you can always manually add the file as a link, since there's nothing special about the link that DevForce creates.</DIV>]]>
   </description>
   <pubDate>Fri, 27 Aug 2010 18:11:14 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2101&amp;PID=8264#8264</guid>
  </item> 
  <item>
   <title>Creating the Silverlight Link in an Existing Project : Are you using DevForce 6.0.4?...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2101&amp;PID=8255#8255</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 2101<br /><strong>Posted:</strong> 27-Aug-2010 at 4:03pm<br /><br />Are you using DevForce 6.0.4?&nbsp; I just tried adding a new EDMX to a freshly created application&nbsp;using the&nbsp;Silverlight Business Application Template and did get the linked file in the Silverlight project.&nbsp; However, you can manually link it by right clicking the Silverlight project and selecting&nbsp;Add -&gt; Existing Item and then choosing "Add as Link" in the combo box on the bottom right.<DIV></DIV><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>If you don't start from our DevForce&nbsp;Silverlight Application&nbsp;template, I strongly suggest that you create a stub application from it and copy over the settings.&nbsp; In particular, make sure you pick up the Global.asax and get the correct settings from the web.config.&nbsp; You can delete the&nbsp;.svc files&nbsp;as the line the in Global.asax now takes care of that.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 27 Aug 2010 16:03:22 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2101&amp;PID=8255#8255</guid>
  </item> 
  <item>
   <title>Creating the Silverlight Link in an Existing Project : Hi Guys  I have a large existing...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2101&amp;PID=8234#8234</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=914" rel="nofollow">benmcneill</a><br /><strong>Subject:</strong> 2101<br /><strong>Posted:</strong> 26-Aug-2010 at 10:25pm<br /><br />Hi Guys<DIV>&nbsp;</DIV><DIV>I have a large existing Silverlight Project which was originally created using a Silverlight Business Application Template.</DIV><DIV>&nbsp;</DIV><DIV>I'm trying to swith over to using DevForce, and have created my EDMX and the automated DevForce 'Project.IB.Designer.CS' in the Web Project, but the Silverlight 'Linked File' is not appearing in the Silverlight Project.</DIV><DIV>&nbsp;</DIV><DIV>I've created a 'Shared Code' folder under&nbsp;the Silverlight Project,&nbsp;have added all IdeaBlade assemblies to both projects, have modifed the Web application web.config project to represent the settings show in the Learning folder (Learning Resources\110_Deployment\Snippets\IIS Files\web.config), and tried adding EntityServer.svc and EntityService.svc to the Web Application project as was suggested in the 'DevForce Silverlight Apps.pdf' file also.</DIV><DIV>&nbsp;</DIV><DIV>I've compared the files and settings in this project and a 'new' DevForce Silverlight Project but can't see what I'm missing.</DIV><DIV>&nbsp;</DIV><DIV>Would greatly appreciate some help.</DIV><DIV>&nbsp;</DIV><DIV>Thanks,</DIV><DIV>Ben</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 26 Aug 2010 22:25:07 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2101&amp;PID=8234#8234</guid>
  </item> 
 </channel>
</rss>