vote up 0 vote down star
1

In the modularity quick start (http://msdn.microsoft.com/en-us/library/dd490828.aspx) there is enough details on delay loading a type from an assembly in a xap file.

Is there any way an assembly can be delay loaded using Prism for Silverlight, if it is not embedded in the xap?

flag

57% accept rate

2 Answers

vote up 0 vote down

Remember that a XAP file is just a zip file renamed, so it would be pretty easy to create your own (even on the fly) if you have a dll. There are plenty of tools and/or example code that create zip files. Of course this would mean less download time and server utilisattion as well.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.