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

Ask A Question

Stats

  • Questions 100k
  • Answers 100k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer beforeSubmit: mcargando("#cargando2"), Should be: beforeSubmit: function() { mcargando("#cargando2") }, And… May 11, 2026 at 7:56 pm
  • Editorial Team
    Editorial Team added an answer Try FSPathMakeRef: NSString *path = @"Some... path... here"; FSRef f;… May 11, 2026 at 7:56 pm
  • Editorial Team
    Editorial Team added an answer MySQL Forum helped me !!! mysql> set @my_var=0; mysql> select… May 11, 2026 at 7:56 pm

Related Questions

It's quite possible a question like this has been asked before, but I can't
I have just started to look at .NET 3.5 so please forgive me if
To keep my integration tests independent I remove all old data and insert new
I know this question has been asked before, but I ran into a problem.

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.