Skip to main content
Home Forums General Silverlight Installation and Setup Silverlight xap files can be cached through SSL channel?
1 replies. Latest Post by bartczernicki on November 11, 2009.
(0)
benylkwok
Member
0 points
1 Posts
11-06-2009 4:03 AM |
Can xap file cache through SSL channel? If I use Assembly cachining in SL3.0 to split the xap files into several smaller files, all xap files will be downloaded every time if these files are downloaded to client under SSL channels.
bartczer...
Contributor
4190 points
734 Posts
11-11-2009 2:34 AM |
Yes they can...you just need to do it manually using Isolated Storage.
You can read the assembly parts in manually and then store the "stream" in Isolated Storage and load it when necessary.
The post below doesn't show all the code needed, but covers the loading of assembly parts. You would need to add the Isolated Storage part.
http://silverlighthack.com/post/2008/09/29/Silverlight-2-%28RC0-RTM%29-Dynamic-Assembly-Loading.aspx