I create websites in Visual Studio 2010. Recently, I upgraded to a new dev machine running Windows 7 64-bit. Now, when I make changes to the web page, I have to stop debugging, kill cassini and start debugging before the new code takes effect. I did not have this problem in XP.
Things I tried ...
- compiling debug = "true" in the configuration file
- options-> Debugging-> Edit and Continue enabled
I'm not sure if this follows dynamic compilation or Edit and Continue - any help would be appreciated.
EDIT
One of my colleagues does not have this problem. It has an identical setting for me, using the same project, the same build configuration (any processor)
source
share