C
C#2mo ago
Lukified

Can someone help fix CS1061?

BlazeBin - pxrngibjnghr
A tool for sharing your source code with the world!
5 Replies
Buddy
Buddy2mo ago
$details
MODiX
MODiX2mo ago
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, what you expect the result to be, what .NET version you are using and what platform/environment (if any) are relevant to your question. Upload code here https://paste.mod.gg/, save, and copy the link into chat for others to see your shared code! (see $code for more information on how to paste your code)
Buddy
Buddy2mo ago
Nobody remembers error codes Please include the text of the error, if in a non-English language please translate it.
:', ryte ,':
:', ryte ,':2mo ago
this is unrelated but i'd like to warn that "" != null if you're trying to check if the string is null should that be unintentionap
jcotton42
jcotton422mo ago
To expand on this, the compiler gives you a full error message and line number. Why would you not pass that along?

Did you find this page helpful?