C
C#2y ago
za

❔ 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
Jayy
Jayy2y ago
a general lack of context here, provide some screenshots ur prob have compiler errors and vs is running the last working build
za
za2y ago
like this for example this is like in visual studio
za
za2y ago
and this is the build
za
za2y ago
some other stuff too i dont see any errors nah im doin this all over again
Tvde1
Tvde12y ago
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?
za
za2y ago
where can i find the project directory
Tvde1
Tvde12y ago
On your computer The folder where your files are
za
za2y ago
oh nothing nothing changed
ladyhail
ladyhail2y ago
Did you try to clean solution?
za
za2y ago
Yes
Tvde1
Tvde12y ago
If you type dotnet run, nothing changes? Are you sure you are editing and saving the correct file? Not a copy
za
za2y ago
yes
Accord
Accord2y ago
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.