Unresolved reference ‘me’
This is a pretty frightening compiler error to see when I nothing I can even think of has changed in the project.
Anyone offer any insight into how to get more information?
Unresolved reference ‘me’
This is a pretty frightening compiler error to see when I nothing I can even think of has changed in the project.
Anyone offer any insight into how to get more information?
That can happen if me
is used in a shared method or module method.
Otherwise, we’d need more context.
Yeah, I don’t do that, but I’ll triple-check.
But I did a build prior and it was fine. I just opened the project to run again and it gave me this.
I think that’s my issue. While I get that error there is no reference to where in the project it’s happening