+ 1
Why does my visual studio programme always show the same output screen after i run my code one time even if i changed the code later ?
Thanks
2 Answers
+ 6
What type of file are you programming? I think you need to exclude that file from project, in order to run the other code
+ 2
because you should rebuild the project. to do this, right click on the project and click on clean, build the project again and run.