2005 RTM: Edit and Continue?

  • Thread starter Thread starter Fredrik Melin
  • Start date Start date
F

Fredrik Melin

Is using Edit and Continue in Source Controled enviroment even possible?

Even if the file is checked out prior to execution its readonly when in
debug mode.

Is there a workaround?

- Fredrik
 
Fredrik said:
Is using Edit and Continue in Source Controled enviroment even
possible?
Even if the file is checked out prior to execution its readonly when
in debug mode.

It's behaving perfectly here, not as you describe at all. Providing the file
is checked out before the code execution begins, the file is fully editable
and all code changes take effect immediately.

Are you sure you have Edit and Continue switched on in your Tools/Options
settings?
 
Yep, its activated and works fine in a none-source controlled (by Team
Foundation) environment.
 
Found it, it was something in the project settings (it was an upgraded 2003
project).
Changed to same compiler settings on all projects in the solution and it
worked.

Fredrik Melin said:
Yep, its activated and works fine in a none-source controlled (by Team
Foundation) environment.
 
Back
Top