Changes are not visible

  • Thread starter Thread starter simon
  • Start date Start date
S

simon

I change something in code behind and clik Build solution.

Then I go to the page and click refresh.
The changes are not visible? Why? What should I do?

If I close the window and open it again, than the changes are visible.
But I can't open and close the windows all the time, it takes time.

Any idea?

Thank you,
Simon
 
If I close the window and open it again, than the changes are visible.
But I can't open and close the windows all the time, it takes time.

You web browser cache maybe saving information. You'll need to clear your
browser cache.
 
If I create the change in aspx file than the change is visible after I click
the refresh page (I don't nedd to build it at all).
The change is not visible only when I change the vb file, even after build
it.

So, I don't think it's web browser cache. Do you have any idea?

Thank you,
Simon
 
The change is not visible only when I change the vb file, even after
build it.

So, I don't think it's web browser cache. Do you have any idea?

It should change - did you recompile?

My changes show up immediately after i recompile.

Possibly the assmembly is being cached somewhere?
 
Back
Top