we are using VS 2012 on Windows 7 with 32 bit operating system.
I have enabled "Edit and Continue" feature from Tools -> Options -> Debugging -> Edit and Continue.
still I am not able to edit .cs file in debug mode.
can somebody suggest what am I missing?
I kept the break point in one of mvc controller class. when it hit the break point, I tried to edit and got the below message:
Changes are not allowed in the following cases:
-When the debugger has been attached to an already running process
-The code being debugged was optimized at build or run time.
-The assembly being debugged is loaded as domain-neutral.
-The assembly being debugged was loaded through reflection.
-When Intellitrace events and call information is enabled.