hi
I was making some changes into my form but I just realized that my form dose not make the changes and when I run the program it has stocked on a change that I have made earlier
any idea?
Printable View
hi
I was making some changes into my form but I just realized that my form dose not make the changes and when I run the program it has stocked on a change that I have made earlier
any idea?
1. Do you have the Release build configuration selected in the tool bar instead of the Debug configuration?
2. Is your build actually succeeding?
Try deleting the contents of your bin folder and then running it again. If the build fails you'll be notified because there will be no old version to run. If it is just a glitch and it's failing to update the bin folder this should sort it out.