hi guys! my VC# editor is performing strange lately becuase when i try to compile/run my code, say for example, a code that will display "message1" it works but when I stop it and modify the code to display another message say "message2" and try to compile/run it again the one it compile is the previous code, the one with "message1" and not the modified code the one will display "message2". I've tried to put breakpoint to the EventHandler of the button that will display the message but it says "The Breakpoint will not currently be hit. The source code is different from the original version." can anybody please will me with this.