C
C#17mo ago
monkeyoohlala

✅ 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
Pobiega17mo ago
does your current version compile succesfully when you build it?
monkeyoohlala
monkeyoohlala17mo ago
no
Pobiega
Pobiega17mo ago
then thats your problem you can't run non-compiling projects in C#
Thinker
Thinker17mo ago
post your build errors and we can help you fix them if you want
monkeyoohlala
monkeyoohlala17mo ago
Pobiega
Pobiega17mo ago
you're attempting to call a non-static method as if it was static
monkeyoohlala
monkeyoohlala17mo ago
oh its working now thanks yes thanks I am new to C#
Denis
Denis17mo ago
I suggest closing this thread. Use /close to do that