RE: Dynamic assembly loading

2011-02-10 Thread John OBrien
of sence. From: g...@mira.net To: ozsilverlight@ozsilverlight.com Subject: RE: Dynamic assembly loading Date: Thu, 10 Feb 2011 17:13:46 +1100 Colin, I also suspected some sort of domino effect of dependencies was causing my DLLs to stay included in the XAP. I'm sure my DLLs are only referenced

RE: Dynamic assembly loading

2011-02-10 Thread Greg Keogh
John, you've mentioned some interesting subjects that I am not familiar with: application library caching and exmap; C1 XAPOptimiser. I'll run some searches on these topics. Loading by navigation might be overkill for my needs, but I would have tried to implement something like if I had

RE: Dynamic assembly loading

2011-02-10 Thread John OBrien
To: ozsilverlight@ozsilverlight.com Subject: RE: Dynamic assembly loading Date: Thu, 10 Feb 2011 21:12:10 +1100 John, you've mentioned some interesting subjects that I am not familiar with: application library caching and exmap; C1 XAPOptimiser. I'll run some searches on these topics. Loading

Re: Dynamic assembly loading

2011-02-09 Thread Stephen Price
Have a look at this http://development-guides.silverbaylabs.org/Video/Dynamically-Loading-.Dlls-in-Silverlight It seems to cover how I started off doing it on a project last year. I started off copying how Prism does it (it's a pattern with some helper dll's essentially) and then later we swapped

RE: Dynamic assembly loading

2011-02-09 Thread Carl . Scarlett
@ozsilverlight.com Subject: Re: Dynamic assembly loading Have a look at this http://development-guides.silverbaylabs.org/Video/Dynamically-Loading-.D lls-in-Silverlight It seems to cover how I started off doing it on a project last year. I started off copying how Prism does it (it's a pattern

Re: Dynamic assembly loading

2011-02-09 Thread Chris Anderson
...@littlevoices.com *Sent:* Thursday, 10 February 2011 12:28 PM *To:* ozSilverlight ozsilverlight@ozsilverlight.com *Subject:* Re: Dynamic assembly loading Have a look at this http://development-guides.silverbaylabs.org/Video/Dynamically-Loading-.Dlls-in-Silverlight It seems to cover how I started

Re: Dynamic assembly loading

2011-02-09 Thread Stephen Price
2010 Bank of the Year From: ozsilverlight-boun...@ozsilverlight.com [mailto:ozsilverlight-boun...@ozsilverlight.com] On Behalf Of Stephen Price step...@littlevoices.com Sent: Thursday, 10 February 2011 12:28 PM To: ozSilverlight ozsilverlight@ozsilverlight.com Subject: Re: Dynamic assembly

RE: Dynamic assembly loading

2011-02-09 Thread Colin Savage
: Dynamic assembly loading Howdy, I should have mentioned that I'm not using MEF or Prism or the like, as my needs are modest and I don't want dependencies on more frameworks. I'm simply firing off some WebClient OpenReadAsync() calls and feeding the returned streams into AssemblyPart Load

RE: Dynamic assembly loading

2011-02-09 Thread Greg Keogh
I guess that means I'm not spamming the list with my posts then *grin*. You could be kind to the colour blind and change your font ;-) -- Greg ___ ozsilverlight mailing list ozsilverlight@ozsilverlight.com

RE: Dynamic assembly loading

2011-02-09 Thread Greg Keogh
Colin, I also suspected some sort of domino effect of dependencies was causing my DLLs to stay included in the XAP. I'm sure my DLLs are only referenced in a single project, and that project has Copy Local false. I moved the DLLs to a separate folder and referenced them there instead of under