2005 RTM: Edit and Continue?

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
 
O

Oenone

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?
 
F

Fredrik Melin

Yep, its activated and works fine in a none-source controlled (by Team
Foundation) environment.
 
F

Fredrik Melin

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top