Skip to main content
Home Forums Silverlight Programming Programming with .NET - General What's wrong with assembley caching?
3 replies. Latest Post by pkr2000 on July 12, 2009.
(0)
Illuminaty
Member
52 points
51 Posts
07-11-2009 7:54 AM |
When I moved my application from SL3 Beta to SL3 I noticed assembley caching doesn't realy work. By looking at the AppManifest I noticed that The 'cached' assemblies are placed in the ClientBin directory and downloaded from there instead of from Microsoft site.
So how is it any good?
pkr2000
Participant
1219 points
377 Posts
07-11-2009 5:05 PM |
It could be due to client access, consider a company that has an intranet with a number of SL web sites. The users don't have any access to Microsoft sites but would like to make use of DLL caches.
07-12-2009 12:46 AM |
Ok, you've got a point.
1. Is there any way to change it back to be downloaded from microsoft?
2.When exactly are this assemblies downloaded? for each application?
Many thanks,
Netanel
07-12-2009 3:27 AM |
I think Jeff will answer your questions better than me.