RdZoid
Console.Writeline throwing error CS0234 in one class but the program.cs in the same project doesn't.
Hello, I have a console app project where there is the default program.cs class where console.writeline works, but then I have a separate class within that same project where it doesn't work. It says WriteLine doesn't exist in the namespace.. are you missing a reference? Idk if I've ever had this happen especially when it works in another class within that project!
Adding in "using system;" just has it greyed out as if it's already using it.
35 replies