Enable editing of source file while program is running
-
I have created a C# windows form application in VS 2005 and when I tried to edit the source file when the program is running, I get a message saying "Changes are not allowed while code is running or if the option 'Break all processes when one process breaks' is disabled. The option can be enabled in Tools, Options, Debugging." I tried enabling and disabling this option, but I still get this message and can't edit my source file while the program is running. Is there an option that I can enable or disable in VS 2005 that will allow me to edit the source file while the program is running?
-
I have created a C# windows form application in VS 2005 and when I tried to edit the source file when the program is running, I get a message saying "Changes are not allowed while code is running or if the option 'Break all processes when one process breaks' is disabled. The option can be enabled in Tools, Options, Debugging." I tried enabling and disabling this option, but I still get this message and can't edit my source file while the program is running. Is there an option that I can enable or disable in VS 2005 that will allow me to edit the source file while the program is running?
You shouldn't be editing the source code while running the application anyway. Why are you trying to edit it at runtime?
Pete Soheil DigiOz Multimedia http://www.digioz.com
-
You shouldn't be editing the source code while running the application anyway. Why are you trying to edit it at runtime?
Pete Soheil DigiOz Multimedia http://www.digioz.com