I am currently experiencing a problem with vb.net (2005)
IDE: vs 2005 professional.
<problem> There is a button on the form I created, I deleted the button and ran the program in debug mode, but the button is still there. I restarted vs 2005, retarted my machine and still the button will not go away. If I look at my form in design mode, the button is not on the form. I tried adding a new button in a different location on the form, but the new button is not visible at run time.
On the other hand, I switched from debug mode to release mode, and the changes were made, and the button I deleted eirlier was gone. However, if I go back to debug mode the button re-appears again.
Anyone have a clue of what is going on? This is my first application in vs2005, so I am not familiar with this type of problem.
IDE: vs 2005 professional.
<problem> There is a button on the form I created, I deleted the button and ran the program in debug mode, but the button is still there. I restarted vs 2005, retarted my machine and still the button will not go away. If I look at my form in design mode, the button is not on the form. I tried adding a new button in a different location on the form, but the new button is not visible at run time.
On the other hand, I switched from debug mode to release mode, and the changes were made, and the button I deleted eirlier was gone. However, if I go back to debug mode the button re-appears again.
Anyone have a clue of what is going on? This is my first application in vs2005, so I am not familiar with this type of problem.