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