VS2005, Edit and Continue, Apply Code Changes always disabled
-
Hello, I can't understand why I have always disabled the "Apply Code Changes" menu item while debugging. Visual Studio 2005. - I have set the Tools / Options / Debug -> enabled Edit and Continue - I have set the C++ option in my project -> Program Database for Edit and Continue - I have deleted all Debug folders and .ncb files (just for case) - I have rebuilded-all my project. Still not working Suprisingly the same project at home is working fine with "Edit and Continue"... I'm just getting mad. Some suggestions? Thanks a lot!. PD: I searched forums and found some replys without success
-
Hello, I can't understand why I have always disabled the "Apply Code Changes" menu item while debugging. Visual Studio 2005. - I have set the Tools / Options / Debug -> enabled Edit and Continue - I have set the C++ option in my project -> Program Database for Edit and Continue - I have deleted all Debug folders and .ncb files (just for case) - I have rebuilded-all my project. Still not working Suprisingly the same project at home is working fine with "Edit and Continue"... I'm just getting mad. Some suggestions? Thanks a lot!. PD: I searched forums and found some replys without success
Did you get to the bottom of this ? I have exactly the same problem...and I am getting mad too!
-
Did you get to the bottom of this ? I have exactly the same problem...and I am getting mad too!
I still haven't solved the problem. If you have any clue about it please make me know. Thanks anyways. Now i know i'm not alone.
-
I still haven't solved the problem. If you have any clue about it please make me know. Thanks anyways. Now i know i'm not alone.
Hi Jose, You are not alone. About 5 developers in my team use exactly the same solution file for our main project and Edit and continue works on all but 2 machines. Also Edit and Continue works on other C++ projects on my machine but not for this main project. Urghhhh!! I did manage only today to get Edit and Continue be enabled and build by editing a header file in a statically linked library in the same project. Really useful...not! Editing source files in the same project does not enable the menu. What is going on? Thanks, Jon
-
Hi Jose, You are not alone. About 5 developers in my team use exactly the same solution file for our main project and Edit and continue works on all but 2 machines. Also Edit and Continue works on other C++ projects on my machine but not for this main project. Urghhhh!! I did manage only today to get Edit and Continue be enabled and build by editing a header file in a statically linked library in the same project. Really useful...not! Editing source files in the same project does not enable the menu. What is going on? Thanks, Jon
Well, good news! Finally I got the clue to this subject: Is seems that deleting the .ilk file of the project solves the problem. It may be necessary to rebuild-all, re-open the project ... Now it's working fine. Jon, let me know if this solution works for you. I made some other changes in my project that may have also affected... cu