❔ Program isnt updating when i run it or build it.
Im updating my program and like i updated it and when i tried to press the green start button or like build it some of the stuff changed but alot of the stuff stayed the same like the text that i changed to something else the positioning of smth and some random stuff how can i fix it
13 Replies
a general lack of context here, provide some screenshots
ur prob have compiler errors and vs is running the last working build
like this for example this is like in visual studio
and this is the build
some other stuff too
i dont see any errors
nah im doin this all over again
usually when this happens, it turns out you're just running some old build over and over
if you type
dotnet run
in your project directory, what happens?where can i find the project directory
On your computer
The folder where your files are
oh
nothing
nothing changed
Did you try to clean solution?
Yes
If you type dotnet run, nothing changes?
Are you sure you are editing and saving the correct file? Not a copy
yes
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.