I am developing an application in ASP.NET MVC 2 on VS2008 SP1 (with Resharper) on Windows 7. Within the last few days, I have seen a situation where the proper contents of the MVC views are not being presented to the IE9 browser through the Cassini application development server. There are two situations:
(1) when I make a change to the view file (actually to a partial view that is rendered by the main view that is being displayed), an F5 refresh does not reflect this change. A week ago this was working for me. Now it does not work, even if I clear the IE9 browser cache and request that the browser always refresh from the server.
(2) when I start up the application from a fresh build (F5 in VS2008), I get old code, not the contents of the current source code. Rebooting VS2008 without rebooting the computer solves this problem, but not the first problem.
I conclude from all of this that VS2008 is the cause of the problem. I have cleaned out the cache directories based upon Q&A here on Stackoverflow.
Any thoughts on how to fix things so that VS2008 reverts to its prior behavior.