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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.