RdZoid
RdZoid
CC#
Created by RdZoid on 3/4/2025 in #help
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
CC#
Created by RdZoid on 5/3/2024 in #help
listbox SelectedIndexChanged on load?
No description
31 replies