Changes not displaying in runtime

Joined
Oct 20, 2006
Messages
21
Programming Experience
Beginner
I'm new to VB.NET and I think I screwed something up. As of yesterday any changes I made to my forms displayed when I ran the project. However today if I add a text box or move a button (save) and run the form it is as if I am viewing what I did yesterday. I closed the application and the changed I made are still there but it runs yesterdays version. What is up with that?
 
try deleting all the files in the bin folder located inside the application's project folder

by deleting everything in the bin folder, it forces the IDE to make a new exe file which will show the changes you've made
 
Back
Top