I am using MEF in Silverlight for dynamic download .xap file. I want to download .xap file only one time and then I want to download .xap file only when if there is any change in version of .xap file.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
What you describe is normal behaviour. The .xap file will only be downloaded if:
We have seen cases where the .xap file isn't downloaded when there has been a change. What are you seeing that makes you think the .xap file is being downloaded each time? The last accessed time in your cache merely shows the time the application was last run, not the time the .xap file was last downloaded. |
|||||
|
