C
C#2w ago
Lukified

Can someone help fix CS1061?

BlazeBin - pxrngibjnghr
A tool for sharing your source code with the world!
5 Replies
Buddy
Buddy2w ago
$details
MODiX
MODiX2w 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
Buddy2w ago
Nobody remembers error codes Please include the text of the error, if in a non-English language please translate it.
:', ryte ,':
:', ryte ,':2w 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
jcotton422w 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?