✅ my C# project is acting weird because its not running the current code but a previous version

it keeps running previous saved version of the code and not the new code
8 Replies
Pobiega
Pobiega3y ago
does your current version compile succesfully when you build it?
monkeyoohlala
monkeyoohlalaOP3y ago
no
Pobiega
Pobiega3y ago
then thats your problem you can't run non-compiling projects in C#
Thinker
Thinker3y ago
post your build errors and we can help you fix them if you want
monkeyoohlala
monkeyoohlalaOP3y ago
Pobiega
Pobiega3y ago
you're attempting to call a non-static method as if it was static
monkeyoohlala
monkeyoohlalaOP3y ago
oh its working now thanks yes thanks I am new to C#
Denis
Denis3y ago
I suggest closing this thread. Use /close to do that

Did you find this page helpful?