<?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 : Dynamic loading Domain assembly</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2012 : Dynamic loading Domain assembly</description>
  <pubDate>Sat, 11 Apr 2026 02:39:56 -700</pubDate>
  <lastBuildDate>Fri, 26 Apr 2013 09:25:12 -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=4128</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>Dynamic loading Domain assembly : The DynamicXap is most frequently...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4128&amp;PID=16266#16266</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> 4128<br /><strong>Posted:</strong> 26-Apr-2013 at 9:25am<br /><br />The DynamicXap is most frequently used in SL apps with DevForce, since it wraps both the WebClient download and the recomposition necessary for DF to recognize the new content.<br /><br />If you wish to download a DLL only you can still do this.  After downloading and loading the assembly, wrap it in a MEF AssemblyCatalog, and pass this to the DF CompositionHost:<br /><br />  Assembly asm = ...<br />  var catalog = new AssemblyCatalog(asm);<br />  IdeaBlade.Core.Composition.CompositionHost.Add(catalog);<br />]]>
   </description>
   <pubDate>Fri, 26 Apr 2013 09:25:12 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4128&amp;PID=16266#16266</guid>
  </item> 
  <item>
   <title>Dynamic loading Domain assembly : HI ,I have Domain Entities reference...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4128&amp;PID=16261#16261</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1914" rel="nofollow">rehmanmansoor</a><br /><strong>Subject:</strong> 4128<br /><strong>Posted:</strong> 25-Apr-2013 at 6:48pm<br /><br />HI ,<br><br>I have Domain Entities reference in the Silverlight Class Library. And im using that SL Library in our SL Application.<br><br>So to reduce the XAP file i need to download my Silverlight Class Library on demand when the Xap file is downloaded and ready to use. <br><br>I have used WebClient class to download and load my SL Class Library in to my silverlight application domain.<br>But im getting an error that is <br><br>"Unable to get metadata for Project1.Data.Entities.BaseDomainModelEntity. Make sure it is a valid entity type or POCO type with a KeyAttribute" <br><br>BaseDomainModelEntity.cs is the base class for all the Entities<br><br>Pls guide me how to work out in this scenario<br><br>I have also look into this article http://drc.ideablade.com/xwiki/bin/view/Documentation/on-demand-discovery<br>But correct me if im wrong this on-demand-discovery in only used to download modules in new XAP file ? As i need to download Silverlight Class Library not SL Application.<br><br>Thanks in Advance.<br>RM<br>]]>
   </description>
   <pubDate>Thu, 25 Apr 2013 18:48:24 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4128&amp;PID=16261#16261</guid>
  </item> 
 </channel>
</rss>