Click here to Skip to main content
15,887,910 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys, I need your help with this scenario.

In our application, we have a silverlight 4.0 xap that we use as a UserControl. This meaning, that several instances of the xap file can be hosted on the same page.

When the xap is already cached, having several instances won't matter since all of the instances will be loaded from the cache. However our problem occurs, when a user goes to the page for the first time. Since the file isn't cached, each <object ../> will load the xap despite them being objects hosting the same file. Needless to say, this is a huge performance issue that we really need to fix.

I have searched the web before posting my question here, but found nothing similar. So if anyone came across such a scenario or has a suggestion for me, that would be great.

Thanks for your help.
Posted
Updated 30-Nov-10 6:05am
v2

1 solution

If anyone ever has a similar scenario, I got my answer on this thread

All it took was to enable application library caching.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900