Hello all!
I have a C# application that uses 5 dlls and each time I make a modification to the script and test it(ctrl+F5) the application compiles successfully but doesn't seem to apply the changes I made. So I have to run the project one more time to actually see the modifications happen. Is there any way to make the enviroment(VS 2008) apply the changes exactly after I make them in code.
Am I missing something?
Cheers,
Ariel
I have a C# application that uses 5 dlls and each time I make a modification to the script and test it(ctrl+F5) the application compiles successfully but doesn't seem to apply the changes I made. So I have to run the project one more time to actually see the modifications happen. Is there any way to make the enviroment(VS 2008) apply the changes exactly after I make them in code.
Am I missing something?
Cheers,
Ariel
Comment