❔ Could u help me plz
I´m learning coding with a youtube course, and i´m trying to do a crud, but this error with the form components just pop up and Idk why, because It was working before I made the mysql connection.
15 Replies
it's in mexian pls translate
you probably dont have label1_Click anywhere defined
if so, delete that line
It is not an error, it is a warning. Also please post the message in English when asking for help in an English discord. Looks like a null warning though
nullability issue
are event parameters nullable?
And to be honest, telling someone to just delete a line is bad advice, and if it weren't defined, it would be an actual error.
I´m installing the english package
if he deleted the event handler it will throw this error, he has 1 error my guess is this is that error
By default, it just created when I created the components
Here in english
done
this is just warning
if you want it to go away you can either make it nullable or give it a default value (string.Empty)
you can either do
or
Are warnigns but my code doesn´t execute
there's one error
Thanks guys
I already solve it
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.