I am using Application Library Caching in my project. I have four Custom DLL that is referenced in my Silverlight project and created extmap file for two dll only. So the two custom DLL are kept outside the XAP file and the other two are kept inside the XAP file.
But all the four Custom DLL are dependent on each other. Will this scenario work or not work ?
My AppManifest.XAML file will look like below.

Manikavelu VelayuthamPosted Jul 29, 2011, 2:21 AM
Jaganathan BantheswaranPosted Jul 29, 2011, 1:12 AM
Yes, it should work. because When a user first visits your Web page, the Silverlight plug-in downloads the application package and all required external parts. These files are added to the browser cache so that they can be reused on subsequent visits.
So it wont affect in any case.