Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 146921
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T08:41:22+00:00 2026-05-11T08:41:22+00:00

This question has been asked before but 1) the user never accepted an answer

  • 0

This question has been asked before but 1) the user never accepted an answer 2) none of them stand out as better than the others (votes-wise) and 3) the asker seems to have forgotten about it. So I’m going to ask it again so I can get to an accepted answer. And some of the users in the thread have said that some of the solutions didn’t work. Sorry for cluttering up the place, but I promise to get to the bottom of this.

I ran into this problem the other day when I was looking at my Silverlight app in Firefox. I made a change to the location of an image and it didn’t move. I assumed I did it wrong, but then I looked at IE7 and the image was in the right place. Turns out Firefox was displaying a cached version of the file; the changes I made didn’t show up.

This is a larger problem: if I change my app (let’s say it’s an urgent typo correction) how can I force the end user to see the most current version of my Silverlight app? Is isolated storage (Heuer’s blog) really the only way to force an update from the server side? Clearing the Firefox cache is not going to work for a push update; I need the update to propagate without the end user doing anything.

Update: Dino Esposito has some ideas about controlling this, specifically using the Expires property of the Response object. Haven’t had a chance to try this yet.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T08:41:22+00:00Added an answer on May 11, 2026 at 8:41 am

    First, you need to build your application after every layout or code change. Silverlight is not HTML, it’s code that runs locally.

    Second, the actual solution to this:

    1. page.xaml loads, kicks off an async on the web service that sits on the underlying page
    2. webservice detects Firefox
    3. if Firefox, tell the response that it expires immediately

      [OperationContract] public bool DetectFirefox() {     if ((HttpContext.Current.Request.Browser.Browser == 'Firefox') &&          ((HttpContext.Current.Request.Browser.MajorVersion >= 2)))     {         HttpContext.Current.Response.Expires = -1;     }     return true; } 

    The only caveat here is that you’ll need to add that code before you want it to kick in. Otherwise FF3 will be running the old version of your code that doesn’t have the response expiration.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I realize that this question has been asked before - but none of the
This question has been asked before ( link ) but I have slightly different
I know this question has been asked before, but I ran into a problem.
I know this specific question has been asked before , but I am not
I know this question has been asked a bit before. But looking around I
It's quite possible a question like this has been asked before, but I can't
This has been asked before (question no. 308581) , but that particular question and
This question has problably been asked before, but it seems like I can't phrase
I don't know if this question has been asked before, but I'll go through
I know this question has been asked before but I have a design question

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.