Mike Graham
Check me out on the web at Welcome to DiscountASP.NET Web Hosting.
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Silverlight TV 11: Dynamically Loading XAPs with MEF
Apr 14, 2010 at 4:03 AMHere is an excellent description of the deployment catalog including information on how to create a XAP that references assemblies, but does not include them (copy local = false).
http://mef.codeplex.com/wikipage?title=DeploymentCatalog&referringTitle=Using%20Catalogs
The main caveat is that a XAP that does include these assemblies must already be loaded before loading such a XAP (otherwise when MEF enumerates the contained types, Silverlight will throw an exception about the assembly or referenced assemblies not being loaded).
Silverlight TV 11: Dynamically Loading XAPs with MEF
Apr 10, 2010 at 6:32 PMAll of this is AWESOME...
Question: is there a way to avoid downloading assemblies that are already included in the base XAP or in one of the dynamically downloaded XAPs?
Related Question: can I now (in Silverlight 4) enumerate the assemblies that an assembly references?
Silverlight TV Episode 5: Using Metadata with MEF
Feb 01, 2010 at 12:25 PMExcellent work... MEF looks amazing...