Question Not saved when debugging?

ave238

New member
Joined
Dec 16, 2011
Messages
1
Programming Experience
Beginner
Hello everyone, I am new to vb.net.

Anyway I have been having this problem for a few weeks where I'll be working on a project and then I go to update it, and no changes are show, and they clearly were made.

For example lets say a text box says "Hello World!" and I change it to "World Hello!" No changes are shown when debugging it still shows "Hello World!" .

Please help. I really don't know what to do
 
In my case, the reason this happened to me is it was editing one project but debugging another.

Just to test to see if your changes are being made try building the project then navigating to the bin folder and running the .exe.
To fix it I just opened the project by double clicking the .vbproj file from the appropriate projects folder instead of the welcome screen.
 
Back
Top