RdZoid
RdZoid
CC#
Created by RdZoid on 5/14/2025 in #help
2 people same endpoint different result, same data, same code
Hello, I'm having issues on a school project where me and another working on the project are trying to fix an endpoint in swagger for authentication, it works for them but not for me. We both are using the same data, we've looked over most everything code wise/appsetting wise but for whatever reason my authentication fails for any user while his works. BUT all the other endpoints work for me too. Any suggestions of what to look for?
24 replies
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